Html Css Color HEX #F0CEDC Classic Rose

📋 copy color: '#F0CEDC'

red 240 ◦ green 206 ◦ blue 220

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

Shades of Classic Rose #F0CEDC

Tints of Classic Rose #F0CEDC

RGB

 RED value IS 240 (94.14% from 255) = 36.04%

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

 BLUE value IS 220 (86.33% from 255) = 33.03%

R = 36.04%
G = 30.93%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0CEDC (or 0xF0CEDC) is known color: Classic Rose. HEX triplet: F0, CE and DC. RGB value is (240,206,220). Sum of RGB (Red+Green+Blue) = 240+206+220=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 206 (80.86% from 255 or 30.93% from 666); Blue value is 220 (86.33% from 255 or 33.03% from 666); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CEDC is #0F3123. Grayscale: #D9D9D9. Windows color (decimal): -995620 or 14470896. OLE color: 14470896.

HSL color Cylindrical-coordinate representation of color #F0CEDC: hue angle of 335.29º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0CEDC is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 206 220 -
CMYK 0 0.14 0.08 0.06
HSL 335.29º 0.53% 0.87% -
HSV(B) 335.29º 0.14% 0.94% -
XYZ 70.92 67.84 77.07 -
YUV 217.76 129.26 143.86 -
System Red Green Blue C M Y K H S L
Decimal 240 206 220 0 0.14 0.08 0.06 335.29 0.53 0.87
Hex F0 CE DC 0 E 8 6 14F 35 57
Octal 360 316 334 0 16 10 6 517 65 127
Binary 11110000 11001110 11011100 0 1110 1000 110 101001111 110101 1010111

Color Harmonies of #F0CEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CEDC

Black with #F0CEDC

Text Example


Text Example

White with #F0CEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CEDC; }

 p { color: rgb(240,206,220); }

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

background-color css

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

 a { background-color: rgb(240,206,220); }

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

border-color css

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

 span { border-color: rgb(240,206,220); }

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