#FBC9F0

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

Shades of Classic Rose #FBC9F0

Tints of Classic Rose #FBC9F0

Color information

#FBC9F0 (or 0xFBC9F0) is unknown color: approx Classic Rose. HEX triplet: FB, C9 and F0. RGB value is (251,201,240). Sum of RGB (Red+Green+Blue) = 251+201+240=692 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.27% from 692); Green value is 201 (78.91% from 255 or 29.05% from 692); Blue value is 240 (94.14% from 255 or 34.68% from 692); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC9F0 is #04360F. Grayscale: #DCDCDC. Windows color (decimal): -275984 or 15780347. OLE color: 15780347.

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

Color convert

RGB251201240-
CMYK00.200.040.02
HSL313.2º86.21%88.63%-
HSV(B)313.2º19.92%98.43%-
XYZ76.468.5791.65-
YUV220.4139.06149.83-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.27%
GREEN value IS 201 (78.91% from 255) = 29.05%
BLUE value IS 240 (94.14% from 255) = 34.68%
R=36.27%
G=29.05%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120124000.200.040.02313.286.2188.63
HexFBC9F0014421395659
Octal37331136002442471126131
Binary1111101111001001111100000101001001010011100110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC9F0; }

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

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

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

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

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

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

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

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