#F8C7CA

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

Shades of Azalea #F8C7CA

Tints of Azalea #F8C7CA

Color information

#F8C7CA (or 0xF8C7CA) is unknown color: approx Azalea. HEX triplet: F8, C7 and CA. RGB value is (248,199,202). Sum of RGB (Red+Green+Blue) = 248+199+202=649 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.21% from 649); Green value is 199 (78.12% from 255 or 30.66% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C7CA is #073835. Grayscale: #D6D6D6. Windows color (decimal): -473142 or 13289464. OLE color: 13289464.

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

Color convert

RGB248199202-
CMYK00.200.190.03
HSL356.33º77.78%87.65%-
HSV(B)356.33º19.76%97.25%-
XYZ69.865.0764.76-
YUV213.99121.23152.26-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.21%
GREEN value IS 199 (78.12% from 255) = 30.66%
BLUE value IS 202 (79.30% from 255) = 31.12%
R=38.21%
G=30.66%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819920200.200.190.03356.3377.7887.65
HexF8C7CA0141331644e58
Octal370307312024233544116130
Binary111110001100011111001010010100100111110110010010011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C7CA; }

 p { color: rgb(248,199,202); }

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

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

 a { background-color: rgb(248,199,202); }

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

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

 span { border-color: rgb(248,199,202); }

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