#FBC9E3

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

Shades of Classic Rose #FBC9E3

Tints of Classic Rose #FBC9E3

Color information

#FBC9E3 (or 0xFBC9E3) is unknown color: approx Classic Rose. HEX triplet: FB, C9 and E3. RGB value is (251,201,227). Sum of RGB (Red+Green+Blue) = 251+201+227=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 201 (78.91% from 255 or 29.60% from 679); Blue value is 227 (89.06% from 255 or 33.43% from 679); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC9E3 is #04361C. Grayscale: #DADADA. Windows color (decimal): -275997 or 14928379. OLE color: 14928379.

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

Color convert

RGB251201227-
CMYK00.200.100.02
HSL328.8º86.21%88.63%-
HSV(B)328.8º19.92%98.43%-
XYZ74.5467.8381.84-
YUV218.91132.56150.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.97%
GREEN value IS 201 (78.91% from 255) = 29.60%
BLUE value IS 227 (89.06% from 255) = 33.43%
R=36.97%
G=29.60%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120122700.200.100.02328.886.2188.63
HexFBC9E3014A21495659
Octal373311343024122511126131
Binary11111011110010011110001101010010101010100100110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC9E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC9E3; }

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

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

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

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

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

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

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

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