#F2C1DB

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

Shades of Classic Rose #F2C1DB

Tints of Classic Rose #F2C1DB

Color information

#F2C1DB (or 0xF2C1DB) is unknown color: approx Classic Rose. HEX triplet: F2, C1 and DB. RGB value is (242,193,219). Sum of RGB (Red+Green+Blue) = 242+193+219=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 193 (75.78% from 255 or 29.51% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C1DB is #0D3E24. Grayscale: #D2D2D2. Windows color (decimal): -867877 or 14402034. OLE color: 14402034.

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

Color convert

RGB242193219-
CMYK00.200.100.05
HSL328.16º65.33%85.29%-
HSV(B)328.16º20.25%94.9%-
XYZ68.4762.1375.4-
YUV210.62132.73150.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.00%
GREEN value IS 193 (75.78% from 255) = 29.51%
BLUE value IS 219 (85.94% from 255) = 33.49%
R=37.00%
G=29.51%
B=33.49%

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
Decimal24219321900.200.100.05328.1665.3385.29
HexF2C1DB014A51484155
Octal362301333024125510101125
Binary111100101100000111011011010100101010110100100010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C1DB; }

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

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

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

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

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

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

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

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