#FBC9EE

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

Shades of Classic Rose #FBC9EE

Tints of Classic Rose #FBC9EE

Color information

#FBC9EE (or 0xFBC9EE) is unknown color: approx Classic Rose. HEX triplet: FB, C9 and EE. RGB value is (251,201,238). Sum of RGB (Red+Green+Blue) = 251+201+238=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 201 (78.91% from 255 or 29.13% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC9EE is #043611. Grayscale: #DCDCDC. Windows color (decimal): -275986 or 15649275. OLE color: 15649275.

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

Color convert

RGB251201238-
CMYK00.200.050.02
HSL315.6º86.21%88.63%-
HSV(B)315.6º19.92%98.43%-
XYZ76.168.4690.09-
YUV220.17138.06149.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.38%
GREEN value IS 201 (78.91% from 255) = 29.13%
BLUE value IS 238 (93.36% from 255) = 34.49%
R=36.38%
G=29.13%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120123800.200.050.02315.686.2188.63
HexFBC9EE0145213c5659
Octal37331135602452474126131
Binary1111101111001001111011100101001011010011110010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC9EE; }

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

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

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

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

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

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

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

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