Html Css Color HEX #F0CCDE Classic Rose

📋 copy color: '#F0CCDE'

red 240 ◦ green 204 ◦ blue 222

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

Shades of Classic Rose #F0CCDE

Tints of Classic Rose #F0CCDE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.63%

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

R = 36.04%
G = 30.63%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0CCDE (or 0xF0CCDE) is known color: Classic Rose. HEX triplet: F0, CC and DE. RGB value is (240,204,222). Sum of RGB (Red+Green+Blue) = 240+204+222=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 204 (80.08% from 255 or 30.63% from 666); Blue value is 222 (87.11% from 255 or 33.33% from 666); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCDE is #0F3321. Grayscale: #D8D8D8. Windows color (decimal): -996130 or 14601456. OLE color: 14601456.

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

Color convert

RGB 240 204 222 -
CMYK 0 0.15 0.08 0.06
HSL 330º 0.55% 0.87% -
HSV(B) 330º 0.15% 0.94% -
XYZ 70.71 66.98 78.31 -
YUV 216.82 130.93 144.54 -
System Red Green Blue C M Y K H S L
Decimal 240 204 222 0 0.15 0.08 0.06 330 0.55 0.87
Hex F0 CC DE 0 F 8 6 14A 37 57
Octal 360 314 336 0 17 10 6 512 67 127
Binary 11110000 11001100 11011110 0 1111 1000 110 101001010 110111 1010111

Color Harmonies of #F0CCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CCDE

Black with #F0CCDE

Text Example


Text Example

White with #F0CCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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