Html Css Color HEX #F4C1C5 Azalea

📋 copy color: '#F4C1C5'

red 244 ◦ green 193 ◦ blue 197

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

Shades of Azalea #F4C1C5

Tints of Azalea #F4C1C5

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.44%

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

R = 38.49%
G = 30.44%
B = 31.07%

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

#F4C1C5 (or 0xF4C1C5) is known color: Azalea. HEX triplet: F4, C1 and C5. RGB value is (244,193,197). Sum of RGB (Red+Green+Blue) = 244+193+197=634 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.49% from 634); Green value is 193 (75.78% from 255 or 30.44% from 634); Blue value is 197 (77.34% from 255 or 31.07% from 634); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C1C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C1C5 is #0B3E3A. Grayscale: #D0D0D0. Windows color (decimal): -736827 or 12960244. OLE color: 12960244.

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

Color convert

RGB 244 193 197 -
CMYK 0 0.21 0.19 0.04
HSL 355.29º 0.7% 0.86% -
HSV(B) 355.29º 0.21% 0.96% -
XYZ 66.46 61.4 61.17 -
YUV 208.71 121.4 153.17 -
System Red Green Blue C M Y K H S L
Decimal 244 193 197 0 0.21 0.19 0.04 355.29 0.7 0.86
Hex F4 C1 C5 0 15 13 4 163 46 56
Octal 364 301 305 0 25 23 4 543 106 126
Binary 11110100 11000001 11000101 0 10101 10011 100 101100011 1000110 1010110

Color Harmonies of #F4C1C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C1C5

Black with #F4C1C5

Text Example


Text Example

White with #F4C1C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C1C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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