Html Css Color HEX #F5C9CC Azalea

📋 copy color: '#F5C9CC'

red 245 ◦ green 201 ◦ blue 204

#F5C9CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Azalea #F5C9CC

Tints of Azalea #F5C9CC

RGB

 RED value IS 245 (96.09% from 255) = 37.69%

 GREEN value IS 201 (78.91% from 255) = 30.92%

 BLUE value IS 204 (80.08% from 255) = 31.38%

R = 37.69%
G = 30.92%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F5C9CC (or 0xF5C9CC) is known color: Azalea. HEX triplet: F5, C9 and CC. RGB value is (245,201,204). Sum of RGB (Red+Green+Blue) = 245+201+204=650 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.69% from 650); Green value is 201 (78.91% from 255 or 30.92% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C9CC is #0A3633. Grayscale: #D6D6D6. Windows color (decimal): -669236 or 13421045. OLE color: 13421045.

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

Color convert

RGB 245 201 204 -
CMYK 0 0.18 0.17 0.04
HSL 355.91º 0.69% 0.87% -
HSV(B) 355.91º 0.18% 0.96% -
XYZ 69.44 65.55 66.12 -
YUV 214.5 122.08 149.76 -
System Red Green Blue C M Y K H S L
Decimal 245 201 204 0 0.18 0.17 0.04 355.91 0.69 0.87
Hex F5 C9 CC 0 12 11 4 164 45 57
Octal 365 311 314 0 22 21 4 544 105 127
Binary 11110101 11001001 11001100 0 10010 10001 100 101100100 1000101 1010111

Color Harmonies of #F5C9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C9CC

Black with #F5C9CC

Text Example


Text Example

White with #F5C9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C9CC; }

 p { color: rgb(245,201,204); }

 H1.HeaderClassName
 {
   color: #F5C9CC;
 }
 .AnyTagClassName
 {
   color: #F5C9CC;
 }
</style>

background-color css

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

 a { background-color: rgb(245,201,204); }

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

border-color css

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

 span { border-color: rgb(245,201,204); }

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