#FBCAED

Color #FBCAED Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #FBCAED

Tints of Classic Rose #FBCAED

Color information

#FBCAED (or 0xFBCAED) is unknown color: approx Classic Rose. HEX triplet: FB, CA and ED. RGB value is (251,202,237). Sum of RGB (Red+Green+Blue) = 251+202+237=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 202 (79.30% from 255 or 29.28% from 690); Blue value is 237 (92.97% from 255 or 34.35% from 690); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCAED is #043512. Grayscale: #DCDCDC. Windows color (decimal): -275731 or 15583995. OLE color: 15583995.

HSL color Cylindrical-coordinate representation of color #FBCAED: hue angle of 317.14º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBCAED is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB251202237-
CMYK00.200.060.02
HSL317.14º85.96%88.82%-
HSV(B)317.14º19.52%98.43%-
XYZ76.1968.8689.4-
YUV220.64137.23149.65-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.38%
GREEN value IS 202 (79.30% from 255) = 29.28%
BLUE value IS 237 (92.97% from 255) = 34.35%
R=36.38%
G=29.28%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120223700.200.060.02317.1485.9688.82
HexFBCAED0146213d5659
Octal37331235502462475126131
Binary1111101111001010111011010101001101010011110110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCAED; }

 p { color: rgb(251,202,237); }

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

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

 a { background-color: rgb(251,202,237); }

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

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

 span { border-color: rgb(251,202,237); }

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