#F8C5C6

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

Shades of Azalea #F8C5C6

Tints of Azalea #F8C5C6

Color information

#F8C5C6 (or 0xF8C5C6) is unknown color: approx Azalea. HEX triplet: F8, C5 and C6. RGB value is (248,197,198). Sum of RGB (Red+Green+Blue) = 248+197+198=643 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.57% from 643); Green value is 197 (77.34% from 255 or 30.64% from 643); Blue value is 198 (77.73% from 255 or 30.79% from 643); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C5C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C5C6 is #073A39. Grayscale: #D4D4D4. Windows color (decimal): -473658 or 13026808. OLE color: 13026808.

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

Color convert

RGB248197198-
CMYK00.210.200.03
HSL358.82º78.46%87.25%-
HSV(B)358.82º20.56%97.25%-
XYZ68.8763.9762.14-
YUV212.36119.9153.42-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.57%
GREEN value IS 197 (77.34% from 255) = 30.64%
BLUE value IS 198 (77.73% from 255) = 30.79%
R=38.57%
G=30.64%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819719800.210.200.03358.8278.4687.25
HexF8C5C60151431674e57
Octal370305306025243547116127
Binary111110001100010111000110010101101001110110011110011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C5C6; }

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

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

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

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

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

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

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

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