#F2C7DA

Color #F2C7DA Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #F2C7DA

Tints of Classic Rose #F2C7DA

Color information

#F2C7DA (or 0xF2C7DA) is unknown color: approx Classic Rose. HEX triplet: F2, C7 and DA. RGB value is (242,199,218). Sum of RGB (Red+Green+Blue) = 242+199+218=659 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.72% from 659); Green value is 199 (78.12% from 255 or 30.20% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C7DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C7DA is #0D3825. Grayscale: #D5D5D5. Windows color (decimal): -866342 or 14338034. OLE color: 14338034.

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

Color convert

RGB242199218-
CMYK00.180.100.05
HSL333.49º62.32%86.47%-
HSV(B)333.49º17.77%94.9%-
XYZ69.764.7975.16-
YUV214.02130.25147.96-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.72%
GREEN value IS 199 (78.12% from 255) = 30.20%
BLUE value IS 218 (85.55% from 255) = 33.08%
R=36.72%
G=30.20%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219921800.180.100.05333.4962.3286.47
HexF2C7DA012A514d3e56
Octal36230733202212551576126
Binary11110010110001111101101001001010101011010011011111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C7DA; }

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

 H1.HeaderClassName
 {
   color: #F2C7DA;
 }
 .AnyTagClassName
 {
   color: #F2C7DA;
 }
</style>
background-color css

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

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

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

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

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

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