#F2C6DC

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

Shades of Classic Rose #F2C6DC

Tints of Classic Rose #F2C6DC

Color information

#F2C6DC (or 0xF2C6DC) is unknown color: approx Classic Rose. HEX triplet: F2, C6 and DC. RGB value is (242,198,220). Sum of RGB (Red+Green+Blue) = 242+198+220=660 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.67% from 660); Green value is 198 (77.73% from 255 or 30% from 660); Blue value is 220 (86.33% from 255 or 33.33% from 660); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C6DC is #0D3923. Grayscale: #D5D5D5. Windows color (decimal): -866596 or 14468850. OLE color: 14468850.

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

Color convert

RGB242198220-
CMYK00.180.090.05
HSL330º62.86%86.27%-
HSV(B)330º18.18%94.9%-
XYZ69.7364.4376.47-
YUV213.66131.58148.21-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.67%
GREEN value IS 198 (77.73% from 255) = 30%
BLUE value IS 220 (86.33% from 255) = 33.33%
R=36.67%
G=30%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219822000.180.090.0533062.8686.27
HexF2C6DC0129514a3f56
Octal36230633402211551277126
Binary11110010110001101101110001001010011011010010101111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C6DC; }

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

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

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

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

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

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

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

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