Html Css Color HEX #F4C9CA Azalea

📋 copy color: '#F4C9CA'

red 244 ◦ green 201 ◦ blue 202

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

Shades of Azalea #F4C9CA

Tints of Azalea #F4C9CA

RGB

 RED value IS 244 (95.7% from 255) = 37.71%

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

 BLUE value IS 202 (79.3% from 255) = 31.22%

R = 37.71%
G = 31.07%
B = 31.22%

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

#F4C9CA (or 0xF4C9CA) is known color: Azalea. HEX triplet: F4, C9 and CA. RGB value is (244,201,202). Sum of RGB (Red+Green+Blue) = 244+201+202=647 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.71% from 647); Green value is 201 (78.91% from 255 or 31.07% from 647); Blue value is 202 (79.30% from 255 or 31.22% from 647); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C9CA is #0B3635. Grayscale: #D6D6D6. Windows color (decimal): -734774 or 13289972. OLE color: 13289972.

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

Color convert

RGB 244 201 202 -
CMYK 0 0.18 0.17 0.04
HSL 358.6º 0.66% 0.87% -
HSV(B) 358.6º 0.18% 0.96% -
XYZ 68.86 65.27 64.85 -
YUV 213.97 121.25 149.42 -
System Red Green Blue C M Y K H S L
Decimal 244 201 202 0 0.18 0.17 0.04 358.6 0.66 0.87
Hex F4 C9 CA 0 12 11 4 167 42 57
Octal 364 311 312 0 22 21 4 547 102 127
Binary 11110100 11001001 11001010 0 10010 10001 100 101100111 1000010 1010111

Color Harmonies of #F4C9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C9CA

Black with #F4C9CA

Text Example


Text Example

White with #F4C9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C9CA; }

 p { color: rgb(244,201,202); }

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

background-color css

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

 a { background-color: rgb(244,201,202); }

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

border-color css

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

 span { border-color: rgb(244,201,202); }

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