#F4C8CB

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

Shades of Azalea #F4C8CB

Tints of Azalea #F4C8CB

Color information

#F4C8CB (or 0xF4C8CB) is unknown color: approx Azalea. HEX triplet: F4, C8 and CB. RGB value is (244,200,203). Sum of RGB (Red+Green+Blue) = 244+200+203=647 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.71% from 647); Green value is 200 (78.52% from 255 or 30.91% from 647); Blue value is 203 (79.69% from 255 or 31.38% from 647); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C8CB is #0B3734. Grayscale: #D5D5D5. Windows color (decimal): -735029 or 13355252. OLE color: 13355252.

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

Color convert

RGB244200203-
CMYK00.180.170.04
HSL355.91º66.67%87.06%-
HSV(B)355.91º18.03%95.69%-
XYZ68.7464.8565.39-
YUV213.5122.08149.76-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.71%
GREEN value IS 200 (78.52% from 255) = 30.91%
BLUE value IS 203 (79.69% from 255) = 31.38%
R=37.71%
G=30.91%
B=31.38%

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
Decimal24420020300.180.170.04355.9166.6787.06
HexF4C8CB0121141644357
Octal364310313022214544103127
Binary1111010011001000110010110100101000110010110010010000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C8CB; }

 p { color: rgb(244,200,203); }

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

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

 a { background-color: rgb(244,200,203); }

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

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

 span { border-color: rgb(244,200,203); }

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