Html Css Color HEX #F8CEE6 Classic Rose

📋 copy color: '#F8CEE6'

red 248 ◦ green 206 ◦ blue 230

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

Shades of Classic Rose #F8CEE6

Tints of Classic Rose #F8CEE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 33.63%

R = 36.26%
G = 30.12%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#F8CEE6 (or 0xF8CEE6) is known color: Classic Rose. HEX triplet: F8, CE and E6. RGB value is (248,206,230). Sum of RGB (Red+Green+Blue) = 248+206+230=684 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.26% from 684); Green value is 206 (80.86% from 255 or 30.12% from 684); Blue value is 230 (90.23% from 255 or 33.63% from 684); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CEE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CEE6 is #073119. Grayscale: #DDDDDD. Windows color (decimal): -471322 or 15126264. OLE color: 15126264.

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

Color convert

RGB 248 206 230 -
CMYK 0 0.17 0.07 0.03
HSL 325.71º 0.75% 0.89% -
HSV(B) 325.71º 0.17% 0.97% -
XYZ 75.07 69.81 84.38 -
YUV 221.29 132.91 147.05 -
System Red Green Blue C M Y K H S L
Decimal 248 206 230 0 0.17 0.07 0.03 325.71 0.75 0.89
Hex F8 CE E6 0 11 7 3 146 4B 59
Octal 370 316 346 0 21 7 3 506 113 131
Binary 11111000 11001110 11100110 0 10001 111 11 101000110 1001011 1011001

Color Harmonies of #F8CEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CEE6

Black with #F8CEE6

Text Example


Text Example

White with #F8CEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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