Html Css Color HEX #F2C2E1 Classic Rose

📋 copy color: '#F2C2E1'

red 242 ◦ green 194 ◦ blue 225

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

Shades of Classic Rose #F2C2E1

Tints of Classic Rose #F2C2E1

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.35%

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

R = 36.61%
G = 29.35%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F2C2E1 (or 0xF2C2E1) is known color: Classic Rose. HEX triplet: F2, C2 and E1. RGB value is (242,194,225). Sum of RGB (Red+Green+Blue) = 242+194+225=661 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.61% from 661); Green value is 194 (76.17% from 255 or 29.35% from 661); Blue value is 225 (88.28% from 255 or 34.04% from 661); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C2E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C2E1 is #0D3D1E. Grayscale: #D3D3D3. Windows color (decimal): -867615 or 14795506. OLE color: 14795506.

HSL color Cylindrical-coordinate representation of color #F2C2E1: hue angle of 321.25º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F2C2E1 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 194 225 -
CMYK 0 0.20 0.07 0.05
HSL 321.25º 0.65% 0.85% -
HSV(B) 321.25º 0.2% 0.95% -
XYZ 69.5 62.9 79.71 -
YUV 211.89 135.4 149.48 -
System Red Green Blue C M Y K H S L
Decimal 242 194 225 0 0.20 0.07 0.05 321.25 0.65 0.85
Hex F2 C2 E1 0 14 7 5 141 41 55
Octal 362 302 341 0 24 7 5 501 101 125
Binary 11110010 11000010 11100001 0 10100 111 101 101000001 1000001 1010101

Color Harmonies of #F2C2E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C2E1

Black with #F2C2E1

Text Example


Text Example

White with #F2C2E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C2E1; }

 p { color: rgb(242,194,225); }

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

background-color css

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

 a { background-color: rgb(242,194,225); }

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

border-color css

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

 span { border-color: rgb(242,194,225); }

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