#F8C6CB

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

Shades of Azalea #F8C6CB

Tints of Azalea #F8C6CB

Color information

#F8C6CB (or 0xF8C6CB) is unknown color: approx Azalea. HEX triplet: F8, C6 and CB. RGB value is (248,198,203). Sum of RGB (Red+Green+Blue) = 248+198+203=649 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.21% from 649); Green value is 198 (77.73% from 255 or 30.51% from 649); Blue value is 203 (79.69% from 255 or 31.28% from 649); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C6CB is #073934. Grayscale: #D5D5D5. Windows color (decimal): -473397 or 13354744. OLE color: 13354744.

HSL color Cylindrical-coordinate representation of color #F8C6CB: hue angle of 354º degrees, saturation: 0.78, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F8C6CB is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB248198203-
CMYK00.200.180.03
HSL354º78.12%87.45%-
HSV(B)354º20.16%97.25%-
XYZ69.6864.6665.31-
YUV213.52122.07152.59-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.21%
GREEN value IS 198 (77.73% from 255) = 30.51%
BLUE value IS 203 (79.69% from 255) = 31.28%
R=38.21%
G=30.51%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819820300.200.180.0335478.1287.45
HexF8C6CB0141231624e57
Octal370306313024223542116127
Binary111110001100011011001011010100100101110110001010011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C6CB; }

 p { color: rgb(248,198,203); }

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

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

 a { background-color: rgb(248,198,203); }

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

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

 span { border-color: rgb(248,198,203); }

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