Html Css Color HEX #F0CEDE Classic Rose

📋 copy color: '#F0CEDE'

red 240 ◦ green 206 ◦ blue 222

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

Shades of Classic Rose #F0CEDE

Tints of Classic Rose #F0CEDE

RGB

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

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

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

R = 35.93%
G = 30.84%
B = 33.23%

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

#F0CEDE (or 0xF0CEDE) is known color: Classic Rose. HEX triplet: F0, CE and DE. RGB value is (240,206,222). Sum of RGB (Red+Green+Blue) = 240+206+222=668 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.93% from 668); Green value is 206 (80.86% from 255 or 30.84% from 668); Blue value is 222 (87.11% from 255 or 33.23% from 668); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CEDE is #0F3121. Grayscale: #D9D9D9. Windows color (decimal): -995618 or 14601968. OLE color: 14601968.

HSL color Cylindrical-coordinate representation of color #F0CEDE: hue angle of 331.76º 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 #F0CEDE is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 206 222 -
CMYK 0 0.14 0.08 0.06
HSL 331.76º 0.53% 0.87% -
HSV(B) 331.76º 0.14% 0.94% -
XYZ 71.19 67.94 78.47 -
YUV 217.99 130.26 143.7 -
System Red Green Blue C M Y K H S L
Decimal 240 206 222 0 0.14 0.08 0.06 331.76 0.53 0.87
Hex F0 CE DE 0 E 8 6 14C 35 57
Octal 360 316 336 0 16 10 6 514 65 127
Binary 11110000 11001110 11011110 0 1110 1000 110 101001100 110101 1010111

Color Harmonies of #F0CEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CEDE

Black with #F0CEDE

Text Example


Text Example

White with #F0CEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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