#FBA0CE

Color #FBA0CE Carnation Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnation Pink #FBA0CE

Tints of Carnation Pink #FBA0CE

Color information

#FBA0CE (or 0xFBA0CE) is unknown color: approx Carnation Pink. HEX triplet: FB, A0 and CE. RGB value is (251,160,206). Sum of RGB (Red+Green+Blue) = 251+160+206=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 160 (62.89% from 255 or 25.93% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA0CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA0CE is #045F31. Grayscale: #C0C0C0. Windows color (decimal): -286514 or 13541627. OLE color: 13541627.

HSL color Cylindrical-coordinate representation of color #FBA0CE: hue angle of 329.67º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBA0CE is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB251160206-
CMYK00.360.180.02
HSL329.67º91.92%80.59%-
HSV(B)329.67º36.25%98.43%-
XYZ63.550.1164.72-
YUV192.45135.65169.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 40.68%
GREEN value IS 160 (62.89% from 255) = 25.93%
BLUE value IS 206 (80.86% from 255) = 33.39%
R=40.68%
G=25.93%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116020600.360.180.02329.6791.9280.59
HexFBA0CE02412214a5c51
Octal373240316044222512134121
Binary1111101110100000110011100100100100101010100101010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA0CE; }

 p { color: rgb(251,160,206); }

 H1.HeaderClassName
 {
   color: #FBA0CE;
 }
 .AnyTagClassName
 {
   color: #FBA0CE;
 }
</style>
background-color css

<style>
 a { background-color: #FBA0CE; }

 a { background-color: rgb(251,160,206); }

 div.DivClassName
 {
   background-color: #FBA0CE;
 }
 .BgClassName
 {
   background-color: #FBA0CE;
 }
</style>
border-color css

<style>
 span { border-color: #FBA0CE; }

 span { border-color: rgb(251,160,206); }

 td.TdClassName
 {
   border-color: #FBA0CE;
 }
 .TagClassName
 {
   border-color: #FBA0CE;
 }
</style>