Html Css Color HEX #F4CACB Azalea

📋 copy color: '#F4CACB'

red 244 ◦ green 202 ◦ blue 203

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

Shades of Azalea #F4CACB

Tints of Azalea #F4CACB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.12%

 BLUE value IS 203 (79.69% from 255) = 31.28%

R = 37.6%
G = 31.12%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F4CACB (or 0xF4CACB) is known color: Azalea. HEX triplet: F4, CA and CB. RGB value is (244,202,203). Sum of RGB (Red+Green+Blue) = 244+202+203=649 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.60% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 203 (79.69% from 255 or 31.28% from 649); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CACB is #0B3534. Grayscale: #D6D6D6. Windows color (decimal): -734517 or 13355764. OLE color: 13355764.

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

Color convert

RGB 244 202 203 -
CMYK 0 0.17 0.17 0.04
HSL 358.57º 0.66% 0.87% -
HSV(B) 358.57º 0.17% 0.96% -
XYZ 69.21 65.79 65.55 -
YUV 214.67 121.41 148.92 -
System Red Green Blue C M Y K H S L
Decimal 244 202 203 0 0.17 0.17 0.04 358.57 0.66 0.87
Hex F4 CA CB 0 11 11 4 167 42 57
Octal 364 312 313 0 21 21 4 547 102 127
Binary 11110100 11001010 11001011 0 10001 10001 100 101100111 1000010 1010111

Color Harmonies of #F4CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4CACB

Black with #F4CACB

Text Example


Text Example

White with #F4CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4CACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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