Html Css Color HEX #F0CFDE Classic Rose

📋 copy color: '#F0CFDE'

red 240 ◦ green 207 ◦ blue 222

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

Shades of Classic Rose #F0CFDE

Tints of Classic Rose #F0CFDE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.94%

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

R = 35.87%
G = 30.94%
B = 33.18%

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

#F0CFDE (or 0xF0CFDE) is known color: Classic Rose. HEX triplet: F0, CF and DE. RGB value is (240,207,222). Sum of RGB (Red+Green+Blue) = 240+207+222=669 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.87% from 669); Green value is 207 (81.25% from 255 or 30.94% from 669); Blue value is 222 (87.11% from 255 or 33.18% from 669); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CFDE is #0F3021. Grayscale: #DADADA. Windows color (decimal): -995362 or 14602224. OLE color: 14602224.

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

Color convert

RGB 240 207 222 -
CMYK 0 0.14 0.08 0.06
HSL 332.73º 0.52% 0.88% -
HSV(B) 332.73º 0.14% 0.94% -
XYZ 71.43 68.42 78.55 -
YUV 218.58 129.93 143.28 -
System Red Green Blue C M Y K H S L
Decimal 240 207 222 0 0.14 0.08 0.06 332.73 0.52 0.88
Hex F0 CF DE 0 E 8 6 14D 34 58
Octal 360 317 336 0 16 10 6 515 64 130
Binary 11110000 11001111 11011110 0 1110 1000 110 101001101 110100 1011000

Color Harmonies of #F0CFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CFDE

Black with #F0CFDE

Text Example


Text Example

White with #F0CFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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