Html Css Color HEX #F0CCE1 Classic Rose

📋 copy color: '#F0CCE1'

red 240 ◦ green 204 ◦ blue 225

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

Shades of Classic Rose #F0CCE1

Tints of Classic Rose #F0CCE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 33.63%

R = 35.87%
G = 30.49%
B = 33.63%

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

#F0CCE1 (or 0xF0CCE1) is known color: Classic Rose. HEX triplet: F0, CC and E1. RGB value is (240,204,225). Sum of RGB (Red+Green+Blue) = 240+204+225=669 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.87% from 669); Green value is 204 (80.08% from 255 or 30.49% from 669); Blue value is 225 (88.28% from 255 or 33.63% from 669); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCE1 is #0F331E. Grayscale: #D9D9D9. Windows color (decimal): -996127 or 14798064. OLE color: 14798064.

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

Color convert

RGB 240 204 225 -
CMYK 0 0.15 0.06 0.06
HSL 325º 0.55% 0.87% -
HSV(B) 325º 0.15% 0.94% -
XYZ 71.12 67.15 80.45 -
YUV 217.16 132.43 144.29 -
System Red Green Blue C M Y K H S L
Decimal 240 204 225 0 0.15 0.06 0.06 325 0.55 0.87
Hex F0 CC E1 0 F 6 6 145 37 57
Octal 360 314 341 0 17 6 6 505 67 127
Binary 11110000 11001100 11100001 0 1111 110 110 101000101 110111 1010111

Color Harmonies of #F0CCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CCE1

Black with #F0CCE1

Text Example


Text Example

White with #F0CCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CCE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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