Html Css Color HEX #FBC8E9 Classic Rose

📋 copy color: '#FBC8E9'

red 251 ◦ green 200 ◦ blue 233

#FBC8E9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Classic Rose #FBC8E9

Tints of Classic Rose #FBC8E9

RGB

 RED value IS 251 (98.44% from 255) = 36.7%

 GREEN value IS 200 (78.52% from 255) = 29.24%

 BLUE value IS 233 (91.41% from 255) = 34.06%

R = 36.7%
G = 29.24%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FBC8E9 (or 0xFBC8E9) is known color: Classic Rose. HEX triplet: FB, C8 and E9. RGB value is (251,200,233). Sum of RGB (Red+Green+Blue) = 251+200+233=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 200 (78.52% from 255 or 29.24% from 684); Blue value is 233 (91.41% from 255 or 34.06% from 684); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC8E9 is #043716. Grayscale: #DADADA. Windows color (decimal): -276247 or 15321339. OLE color: 15321339.

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

Color convert

RGB 251 200 233 -
CMYK 0 0.20 0.07 0.02
HSL 321.18º 0.86% 0.88% -
HSV(B) 321.18º 0.2% 0.98% -
XYZ 75.15 67.7 86.2 -
YUV 219.01 135.9 150.82 -
System Red Green Blue C M Y K H S L
Decimal 251 200 233 0 0.20 0.07 0.02 321.18 0.86 0.88
Hex FB C8 E9 0 14 7 2 141 56 58
Octal 373 310 351 0 24 7 2 501 126 130
Binary 11111011 11001000 11101001 0 10100 111 10 101000001 1010110 1011000

Color Harmonies of #FBC8E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC8E9

Black with #FBC8E9

Text Example


Text Example

White with #FBC8E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC8E9; }

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

 H1.HeaderClassName
 {
   color: #FBC8E9;
 }
 .AnyTagClassName
 {
   color: #FBC8E9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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