Html Css Color HEX #F2CCE5 Classic Rose

📋 copy color: '#F2CCE5'

red 242 ◦ green 204 ◦ blue 229

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

Shades of Classic Rose #F2CCE5

Tints of Classic Rose #F2CCE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 33.93%

R = 35.85%
G = 30.22%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F2CCE5 (or 0xF2CCE5) is known color: Classic Rose. HEX triplet: F2, CC and E5. RGB value is (242,204,229). Sum of RGB (Red+Green+Blue) = 242+204+229=675 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.85% from 675); Green value is 204 (80.08% from 255 or 30.22% from 675); Blue value is 229 (89.84% from 255 or 33.93% from 675); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CCE5 is #0D331A. Grayscale: #DADADA. Windows color (decimal): -865051 or 15060210. OLE color: 15060210.

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

Color convert

RGB 242 204 229 -
CMYK 0 0.16 0.05 0.05
HSL 320.53º 0.59% 0.87% -
HSV(B) 320.53º 0.16% 0.95% -
XYZ 72.35 67.72 83.39 -
YUV 218.21 134.09 144.97 -
System Red Green Blue C M Y K H S L
Decimal 242 204 229 0 0.16 0.05 0.05 320.53 0.59 0.87
Hex F2 CC E5 0 10 5 5 141 3B 57
Octal 362 314 345 0 20 5 5 501 73 127
Binary 11110010 11001100 11100101 0 10000 101 101 101000001 111011 1010111

Color Harmonies of #F2CCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CCE5

Black with #F2CCE5

Text Example


Text Example

White with #F2CCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CCE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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