#F2C9CB

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

Shades of Azalea #F2C9CB

Tints of Azalea #F2C9CB

Color information

#F2C9CB (or 0xF2C9CB) is unknown color: approx Azalea. HEX triplet: F2, C9 and CB. RGB value is (242,201,203). Sum of RGB (Red+Green+Blue) = 242+201+203=646 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.46% from 646); Green value is 201 (78.91% from 255 or 31.11% from 646); Blue value is 203 (79.69% from 255 or 31.42% from 646); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C9CB is #0D3634. Grayscale: #D5D5D5. Windows color (decimal): -865845 or 13355506. OLE color: 13355506.

HSL color Cylindrical-coordinate representation of color #F2C9CB: hue angle of 357.07º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2C9CB is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB242201203-
CMYK00.170.160.05
HSL357.07º61.19%86.86%-
HSV(B)357.07º16.94%94.9%-
XYZ68.2864.9665.44-
YUV213.49122.08148.34-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.46%
GREEN value IS 201 (78.91% from 255) = 31.11%
BLUE value IS 203 (79.69% from 255) = 31.42%
R=37.46%
G=31.11%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220120300.170.160.05357.0761.1986.86
HexF2C9CB0111051653d57
Octal36231131302120554575127
Binary111100101100100111001011010001100001011011001011111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C9CB; }

 p { color: rgb(242,201,203); }

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

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

 a { background-color: rgb(242,201,203); }

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

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

 span { border-color: rgb(242,201,203); }

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