Html Css Color HEX #F0CCE2 Classic Rose

📋 copy color: '#F0CCE2'

red 240 ◦ green 204 ◦ blue 226

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

Shades of Classic Rose #F0CCE2

Tints of Classic Rose #F0CCE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 33.73%

R = 35.82%
G = 30.45%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#F0CCE2 (or 0xF0CCE2) is known color: Classic Rose. HEX triplet: F0, CC and E2. RGB value is (240,204,226). Sum of RGB (Red+Green+Blue) = 240+204+226=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 204 (80.08% from 255 or 30.45% from 670); Blue value is 226 (88.67% from 255 or 33.73% from 670); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCE2 is #0F331D. Grayscale: #D9D9D9. Windows color (decimal): -996126 or 14863600. OLE color: 14863600.

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

Color convert

RGB 240 204 226 -
CMYK 0 0.15 0.06 0.06
HSL 323.33º 0.55% 0.87% -
HSV(B) 323.33º 0.15% 0.94% -
XYZ 71.26 67.2 81.17 -
YUV 217.27 132.93 144.21 -
System Red Green Blue C M Y K H S L
Decimal 240 204 226 0 0.15 0.06 0.06 323.33 0.55 0.87
Hex F0 CC E2 0 F 6 6 143 37 57
Octal 360 314 342 0 17 6 6 503 67 127
Binary 11110000 11001100 11100010 0 1111 110 110 101000011 110111 1010111

Color Harmonies of #F0CCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CCE2

Black with #F0CCE2

Text Example


Text Example

White with #F0CCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CCE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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