#FBC8ED

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

Shades of Classic Rose #FBC8ED

Tints of Classic Rose #FBC8ED

Color information

#FBC8ED (or 0xFBC8ED) is unknown color: approx Classic Rose. HEX triplet: FB, C8 and ED. RGB value is (251,200,237). Sum of RGB (Red+Green+Blue) = 251+200+237=688 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.48% from 688); Green value is 200 (78.52% from 255 or 29.07% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC8ED is #043712. Grayscale: #DBDBDB. Windows color (decimal): -276243 or 15583483. OLE color: 15583483.

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

Color convert

RGB251200237-
CMYK00.200.060.02
HSL316.47º86.44%88.43%-
HSV(B)316.47º20.32%98.43%-
XYZ75.7267.9389.24-
YUV219.47137.9150.49-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.48%
GREEN value IS 200 (78.52% from 255) = 29.07%
BLUE value IS 237 (92.97% from 255) = 34.45%
R=36.48%
G=29.07%
B=34.45%

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
Decimal25120023700.200.060.02316.4786.4488.43
HexFBC8ED0146213c5658
Octal37331035502462474126130
Binary1111101111001000111011010101001101010011110010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC8ED; }

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

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

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

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

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

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

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

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