#F6C9CB

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

Shades of Azalea #F6C9CB

Tints of Azalea #F6C9CB

Color information

#F6C9CB (or 0xF6C9CB) is unknown color: approx Azalea. HEX triplet: F6, C9 and CB. RGB value is (246,201,203). Sum of RGB (Red+Green+Blue) = 246+201+203=650 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.85% from 650); Green value is 201 (78.91% from 255 or 30.92% from 650); Blue value is 203 (79.69% from 255 or 31.23% from 650); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C9CB is #093634. Grayscale: #D6D6D6. Windows color (decimal): -603701 or 13355510. OLE color: 13355510.

HSL color Cylindrical-coordinate representation of color #F6C9CB: hue angle of 357.33º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F6C9CB is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB246201203-
CMYK00.180.170.04
HSL357.33º71.43%87.65%-
HSV(B)357.33º18.29%96.47%-
XYZ69.6765.6865.5-
YUV214.68121.41150.34-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.85%
GREEN value IS 201 (78.91% from 255) = 30.92%
BLUE value IS 203 (79.69% from 255) = 31.23%
R=37.85%
G=30.92%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620120300.180.170.04357.3371.4387.65
HexF6C9CB0121141654758
Octal366311313022214545107130
Binary1111011011001001110010110100101000110010110010110001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C9CB; }

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

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

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

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

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

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

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

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