Html Css Color HEX #F4C0C5 Azalea

📋 copy color: '#F4C0C5'

red 244 ◦ green 192 ◦ blue 197

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

Shades of Azalea #F4C0C5

Tints of Azalea #F4C0C5

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.33%

 BLUE value IS 197 (77.34% from 255) = 31.12%

R = 38.55%
G = 30.33%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#F4C0C5 (or 0xF4C0C5) is known color: Azalea. HEX triplet: F4, C0 and C5. RGB value is (244,192,197). Sum of RGB (Red+Green+Blue) = 244+192+197=633 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.55% from 633); Green value is 192 (75.39% from 255 or 30.33% from 633); Blue value is 197 (77.34% from 255 or 31.12% from 633); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C0C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C0C5 is #0B3F3A. Grayscale: #D0D0D0. Windows color (decimal): -737083 or 12959988. OLE color: 12959988.

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

Color convert

RGB 244 192 197 -
CMYK 0 0.21 0.19 0.04
HSL 354.23º 0.7% 0.85% -
HSV(B) 354.23º 0.21% 0.96% -
XYZ 66.24 60.96 61.1 -
YUV 208.12 121.73 153.59 -
System Red Green Blue C M Y K H S L
Decimal 244 192 197 0 0.21 0.19 0.04 354.23 0.7 0.85
Hex F4 C0 C5 0 15 13 4 162 46 55
Octal 364 300 305 0 25 23 4 542 106 125
Binary 11110100 11000000 11000101 0 10101 10011 100 101100010 1000110 1010101

Color Harmonies of #F4C0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C0C5

Black with #F4C0C5

Text Example


Text Example

White with #F4C0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C0C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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