Html Css Color HEX #FBC8EE Classic Rose

📋 copy color: '#FBC8EE'

red 251 ◦ green 200 ◦ blue 238

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

Shades of Classic Rose #FBC8EE

Tints of Classic Rose #FBC8EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.54%

R = 36.43%
G = 29.03%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FBC8EE (or 0xFBC8EE) is known color: Classic Rose. HEX triplet: FB, C8 and EE. RGB value is (251,200,238). Sum of RGB (Red+Green+Blue) = 251+200+238=689 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.43% from 689); Green value is 200 (78.52% from 255 or 29.03% from 689); Blue value is 238 (93.36% from 255 or 34.54% from 689); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC8EE is #043711. Grayscale: #DBDBDB. Windows color (decimal): -276242 or 15649019. OLE color: 15649019.

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

Color convert

RGB 251 200 238 -
CMYK 0 0.20 0.05 0.02
HSL 315.29º 0.86% 0.88% -
HSV(B) 315.29º 0.2% 0.98% -
XYZ 75.87 67.99 90.01 -
YUV 219.58 138.4 150.41 -
System Red Green Blue C M Y K H S L
Decimal 251 200 238 0 0.20 0.05 0.02 315.29 0.86 0.88
Hex FB C8 EE 0 14 5 2 13B 56 58
Octal 373 310 356 0 24 5 2 473 126 130
Binary 11111011 11001000 11101110 0 10100 101 10 100111011 1010110 1011000

Color Harmonies of #FBC8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC8EE

Black with #FBC8EE

Text Example


Text Example

White with #FBC8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC8EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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