#F2C6DB

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

Shades of Classic Rose #F2C6DB

Tints of Classic Rose #F2C6DB

Color information

#F2C6DB (or 0xF2C6DB) is unknown color: approx Classic Rose. HEX triplet: F2, C6 and DB. RGB value is (242,198,219). Sum of RGB (Red+Green+Blue) = 242+198+219=659 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.72% from 659); Green value is 198 (77.73% from 255 or 30.05% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C6DB is #0D3924. Grayscale: #D5D5D5. Windows color (decimal): -866597 or 14403314. OLE color: 14403314.

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

Color convert

RGB242198219-
CMYK00.180.100.05
HSL331.36º62.86%86.27%-
HSV(B)331.36º18.18%94.9%-
XYZ69.664.3875.78-
YUV213.55131.08148.29-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.72%
GREEN value IS 198 (77.73% from 255) = 30.05%
BLUE value IS 219 (85.94% from 255) = 33.23%
R=36.72%
G=30.05%
B=33.23%

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
Decimal24219821900.180.100.05331.3662.8686.27
HexF2C6DB012A514b3f56
Octal36230633302212551377126
Binary11110010110001101101101101001010101011010010111111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C6DB; }

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

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

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

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

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

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

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

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