Html Css Color HEX #F2CCE0 Classic Rose

📋 copy color: '#F2CCE0'

red 242 ◦ green 204 ◦ blue 224

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

Shades of Classic Rose #F2CCE0

Tints of Classic Rose #F2CCE0

RGB

 RED value IS 242 (94.92% from 255) = 36.12%

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

 BLUE value IS 224 (87.89% from 255) = 33.43%

R = 36.12%
G = 30.45%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F2CCE0 (or 0xF2CCE0) is known color: Classic Rose. HEX triplet: F2, CC and E0. RGB value is (242,204,224). Sum of RGB (Red+Green+Blue) = 242+204+224=670 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.12% from 670); Green value is 204 (80.08% from 255 or 30.45% from 670); Blue value is 224 (87.89% from 255 or 33.43% from 670); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CCE0 is #0D331F. Grayscale: #D9D9D9. Windows color (decimal): -865056 or 14732530. OLE color: 14732530.

HSL color Cylindrical-coordinate representation of color #F2CCE0: hue angle of 328.42º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2CCE0 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 204 224 -
CMYK 0 0.16 0.07 0.05
HSL 328.42º 0.59% 0.87% -
HSV(B) 328.42º 0.16% 0.95% -
XYZ 71.67 67.44 79.76 -
YUV 217.64 131.59 145.37 -
System Red Green Blue C M Y K H S L
Decimal 242 204 224 0 0.16 0.07 0.05 328.42 0.59 0.87
Hex F2 CC E0 0 10 7 5 148 3B 57
Octal 362 314 340 0 20 7 5 510 73 127
Binary 11110010 11001100 11100000 0 10000 111 101 101001000 111011 1010111

Color Harmonies of #F2CCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CCE0

Black with #F2CCE0

Text Example


Text Example

White with #F2CCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CCE0; }

 p { color: rgb(242,204,224); }

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

background-color css

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

 a { background-color: rgb(242,204,224); }

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

border-color css

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

 span { border-color: rgb(242,204,224); }

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