Html Css Color HEX #F4C5CA Azalea

📋 copy color: '#F4C5CA'

red 244 ◦ green 197 ◦ blue 202

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

Shades of Azalea #F4C5CA

Tints of Azalea #F4C5CA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.64%

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

R = 37.95%
G = 30.64%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F4C5CA (or 0xF4C5CA) is known color: Azalea. HEX triplet: F4, C5 and CA. RGB value is (244,197,202). Sum of RGB (Red+Green+Blue) = 244+197+202=643 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.95% from 643); Green value is 197 (77.34% from 255 or 30.64% from 643); Blue value is 202 (79.30% from 255 or 31.42% from 643); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C5CA is #0B3A35. Grayscale: #D3D3D3. Windows color (decimal): -735798 or 13288948. OLE color: 13288948.

HSL color Cylindrical-coordinate representation of color #F4C5CA: hue angle of 353.62º degrees, saturation: 0.68, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F4C5CA is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 197 202 -
CMYK 0 0.19 0.17 0.04
HSL 353.62º 0.68% 0.86% -
HSV(B) 353.62º 0.19% 0.96% -
XYZ 67.94 63.43 64.54 -
YUV 211.62 122.57 151.09 -
System Red Green Blue C M Y K H S L
Decimal 244 197 202 0 0.19 0.17 0.04 353.62 0.68 0.86
Hex F4 C5 CA 0 13 11 4 162 44 56
Octal 364 305 312 0 23 21 4 542 104 126
Binary 11110100 11000101 11001010 0 10011 10001 100 101100010 1000100 1010110

Color Harmonies of #F4C5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C5CA

Black with #F4C5CA

Text Example


Text Example

White with #F4C5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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