#F2C1DA

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

Shades of Classic Rose #F2C1DA

Tints of Classic Rose #F2C1DA

Color information

#F2C1DA (or 0xF2C1DA) is unknown color: approx Classic Rose. HEX triplet: F2, C1 and DA. RGB value is (242,193,218). Sum of RGB (Red+Green+Blue) = 242+193+218=653 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.06% from 653); Green value is 193 (75.78% from 255 or 29.56% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C1DA is #0D3E25. Grayscale: #D2D2D2. Windows color (decimal): -867878 or 14336498. OLE color: 14336498.

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

Color convert

RGB242193218-
CMYK00.200.100.05
HSL329.39º65.33%85.29%-
HSV(B)329.39º20.25%94.9%-
XYZ68.3462.0874.71-
YUV210.5132.23150.47-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.06%
GREEN value IS 193 (75.78% from 255) = 29.56%
BLUE value IS 218 (85.55% from 255) = 33.38%
R=37.06%
G=29.56%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219321800.200.100.05329.3965.3385.29
HexF2C1DA014A51494155
Octal362301332024125511101125
Binary111100101100000111011010010100101010110100100110000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C1DA; }

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

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

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

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

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

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

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

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