Html Css Color HEX #F2C7DF Classic Rose

📋 copy color: '#F2C7DF'

red 242 ◦ green 199 ◦ blue 223

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

Shades of Classic Rose #F2C7DF

Tints of Classic Rose #F2C7DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.58%

R = 36.45%
G = 29.97%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F2C7DF (or 0xF2C7DF) is known color: Classic Rose. HEX triplet: F2, C7 and DF. RGB value is (242,199,223). Sum of RGB (Red+Green+Blue) = 242+199+223=664 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.45% from 664); Green value is 199 (78.12% from 255 or 29.97% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C7DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C7DF is #0D3820. Grayscale: #D6D6D6. Windows color (decimal): -866337 or 14665714. OLE color: 14665714.

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

Color convert

RGB 242 199 223 -
CMYK 0 0.18 0.08 0.05
HSL 326.51º 0.62% 0.86% -
HSV(B) 326.51º 0.18% 0.95% -
XYZ 70.36 65.05 78.66 -
YUV 214.59 132.75 147.55 -
System Red Green Blue C M Y K H S L
Decimal 242 199 223 0 0.18 0.08 0.05 326.51 0.62 0.86
Hex F2 C7 DF 0 12 8 5 147 3E 56
Octal 362 307 337 0 22 10 5 507 76 126
Binary 11110010 11000111 11011111 0 10010 1000 101 101000111 111110 1010110

Color Harmonies of #F2C7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C7DF

Black with #F2C7DF

Text Example


Text Example

White with #F2C7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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