#FBC9EB

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

Shades of Classic Rose #FBC9EB

Tints of Classic Rose #FBC9EB

Color information

#FBC9EB (or 0xFBC9EB) is unknown color: approx Classic Rose. HEX triplet: FB, C9 and EB. RGB value is (251,201,235). Sum of RGB (Red+Green+Blue) = 251+201+235=687 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.54% from 687); Green value is 201 (78.91% from 255 or 29.26% from 687); Blue value is 235 (92.19% from 255 or 34.21% from 687); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC9EB is #043614. Grayscale: #DBDBDB. Windows color (decimal): -275989 or 15452667. OLE color: 15452667.

HSL color Cylindrical-coordinate representation of color #FBC9EB: hue angle of 319.2º 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 #FBC9EB is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB251201235-
CMYK00.200.060.02
HSL319.2º86.21%88.63%-
HSV(B)319.2º19.92%98.43%-
XYZ75.6768.2887.79-
YUV219.83136.56150.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.54%
GREEN value IS 201 (78.91% from 255) = 29.26%
BLUE value IS 235 (92.19% from 255) = 34.21%
R=36.54%
G=29.26%
B=34.21%

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
Decimal25120123500.200.060.02319.286.2188.63
HexFBC9EB0146213f5659
Octal37331135302462477126131
Binary1111101111001001111010110101001101010011111110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC9EB; }

 p { color: rgb(251,201,235); }

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

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

 a { background-color: rgb(251,201,235); }

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

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

 span { border-color: rgb(251,201,235); }

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