Html Css Color HEX #F8CEE5 Classic Rose

📋 copy color: '#F8CEE5'

red 248 ◦ green 206 ◦ blue 229

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

Shades of Classic Rose #F8CEE5

Tints of Classic Rose #F8CEE5

RGB

 RED value IS 248 (97.27% from 255) = 36.31%

 GREEN value IS 206 (80.86% from 255) = 30.16%

 BLUE value IS 229 (89.84% from 255) = 33.53%

R = 36.31%
G = 30.16%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#F8CEE5 (or 0xF8CEE5) is known color: Classic Rose. HEX triplet: F8, CE and E5. RGB value is (248,206,229). Sum of RGB (Red+Green+Blue) = 248+206+229=683 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.31% from 683); Green value is 206 (80.86% from 255 or 30.16% from 683); Blue value is 229 (89.84% from 255 or 33.53% from 683); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CEE5 is #07311A. Grayscale: #DDDDDD. Windows color (decimal): -471323 or 15060728. OLE color: 15060728.

HSL color Cylindrical-coordinate representation of color #F8CEE5: hue angle of 327.14º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F8CEE5 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 206 229 -
CMYK 0 0.17 0.08 0.03
HSL 327.14º 0.75% 0.89% -
HSV(B) 327.14º 0.17% 0.97% -
XYZ 74.93 69.76 83.64 -
YUV 221.18 132.41 147.13 -
System Red Green Blue C M Y K H S L
Decimal 248 206 229 0 0.17 0.08 0.03 327.14 0.75 0.89
Hex F8 CE E5 0 11 8 3 147 4B 59
Octal 370 316 345 0 21 10 3 507 113 131
Binary 11111000 11001110 11100101 0 10001 1000 11 101000111 1001011 1011001

Color Harmonies of #F8CEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CEE5

Black with #F8CEE5

Text Example


Text Example

White with #F8CEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CEE5; }

 p { color: rgb(248,206,229); }

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

background-color css

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

 a { background-color: rgb(248,206,229); }

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

border-color css

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

 span { border-color: rgb(248,206,229); }

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