Html Css Color HEX #F8C0DE Classic Rose

📋 copy color: '#F8C0DE'

red 248 ◦ green 192 ◦ blue 222

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

Shades of Classic Rose #F8C0DE

Tints of Classic Rose #F8C0DE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29%

 BLUE value IS 222 (87.11% from 255) = 33.53%

R = 37.46%
G = 29%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F8C0DE (or 0xF8C0DE) is known color: Classic Rose. HEX triplet: F8, C0 and DE. RGB value is (248,192,222). Sum of RGB (Red+Green+Blue) = 248+192+222=662 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.46% from 662); Green value is 192 (75.39% from 255 or 29.00% from 662); Blue value is 222 (87.11% from 255 or 33.53% from 662); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C0DE is #073F21. Grayscale: #D4D4D4. Windows color (decimal): -474914 or 14598392. OLE color: 14598392.

HSL color Cylindrical-coordinate representation of color #F8C0DE: hue angle of 327.86º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8C0DE is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 192 222 -
CMYK 0 0.23 0.10 0.03
HSL 327.86º 0.8% 0.86% -
HSV(B) 327.86º 0.23% 0.97% -
XYZ 70.75 62.93 77.53 -
YUV 212.16 133.55 153.56 -
System Red Green Blue C M Y K H S L
Decimal 248 192 222 0 0.23 0.10 0.03 327.86 0.8 0.86
Hex F8 C0 DE 0 17 A 3 148 50 56
Octal 370 300 336 0 27 12 3 510 120 126
Binary 11111000 11000000 11011110 0 10111 1010 11 101001000 1010000 1010110

Color Harmonies of #F8C0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C0DE

Black with #F8C0DE

Text Example


Text Example

White with #F8C0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C0DE; }

 p { color: rgb(248,192,222); }

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

background-color css

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

 a { background-color: rgb(248,192,222); }

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

border-color css

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

 span { border-color: rgb(248,192,222); }

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