#F5C8CD

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

Shades of Azalea #F5C8CD

Tints of Azalea #F5C8CD

Color information

#F5C8CD (or 0xF5C8CD) is unknown color: approx Azalea. HEX triplet: F5, C8 and CD. RGB value is (245,200,205). Sum of RGB (Red+Green+Blue) = 245+200+205=650 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.69% from 650); Green value is 200 (78.52% from 255 or 30.77% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C8CD is #0A3732. Grayscale: #D6D6D6. Windows color (decimal): -669491 or 13486325. OLE color: 13486325.

HSL color Cylindrical-coordinate representation of color #F5C8CD: hue angle of 353.33º degrees, saturation: 0.69, 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 #F5C8CD is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB245200205-
CMYK00.180.160.04
HSL353.33º69.23%87.25%-
HSV(B)353.33º18.37%96.08%-
XYZ69.3365.1366.67-
YUV214.02122.91150.09-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.69%
GREEN value IS 200 (78.52% from 255) = 30.77%
BLUE value IS 205 (80.47% from 255) = 31.54%
R=37.69%
G=30.77%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520020500.180.160.04353.3369.2387.25
HexF5C8CD0121041614557
Octal365310315022204541105127
Binary1111010111001000110011010100101000010010110000110001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C8CD; }

 p { color: rgb(245,200,205); }

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

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

 a { background-color: rgb(245,200,205); }

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

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

 span { border-color: rgb(245,200,205); }

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