Html Css Color HEX #F2C7E5 Classic Rose

📋 copy color: '#F2C7E5'

red 242 ◦ green 199 ◦ blue 229

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

Shades of Classic Rose #F2C7E5

Tints of Classic Rose #F2C7E5

RGB

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

 GREEN value IS 199 (78.13% from 255) = 29.7%

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

R = 36.12%
G = 29.7%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F2C7E5 (or 0xF2C7E5) is known color: Classic Rose. HEX triplet: F2, C7 and E5. RGB value is (242,199,229). Sum of RGB (Red+Green+Blue) = 242+199+229=670 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.12% from 670); Green value is 199 (78.12% from 255 or 29.70% from 670); Blue value is 229 (89.84% from 255 or 34.18% from 670); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C7E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C7E5 is #0D381A. Grayscale: #D7D7D7. Windows color (decimal): -866331 or 15058930. OLE color: 15058930.

HSL color Cylindrical-coordinate representation of color #F2C7E5: hue angle of 318.14º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2C7E5 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 199 229 -
CMYK 0 0.18 0.05 0.05
HSL 318.14º 0.62% 0.86% -
HSV(B) 318.14º 0.18% 0.95% -
XYZ 71.18 65.38 83 -
YUV 215.28 135.75 147.06 -
System Red Green Blue C M Y K H S L
Decimal 242 199 229 0 0.18 0.05 0.05 318.14 0.62 0.86
Hex F2 C7 E5 0 12 5 5 13E 3E 56
Octal 362 307 345 0 22 5 5 476 76 126
Binary 11110010 11000111 11100101 0 10010 101 101 100111110 111110 1010110

Color Harmonies of #F2C7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C7E5

Black with #F2C7E5

Text Example


Text Example

White with #F2C7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C7E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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