Html Css Color HEX #F1C4C7 Azalea

📋 copy color: '#F1C4C7'

red 241 ◦ green 196 ◦ blue 199

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

Shades of Azalea #F1C4C7

Tints of Azalea #F1C4C7

RGB

 RED value IS 241 (94.53% from 255) = 37.89%

 GREEN value IS 196 (76.95% from 255) = 30.82%

 BLUE value IS 199 (78.13% from 255) = 31.29%

R = 37.89%
G = 30.82%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F1C4C7 (or 0xF1C4C7) is known color: Azalea. HEX triplet: F1, C4 and C7. RGB value is (241,196,199). Sum of RGB (Red+Green+Blue) = 241+196+199=636 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.89% from 636); Green value is 196 (76.95% from 255 or 30.82% from 636); Blue value is 199 (78.12% from 255 or 31.29% from 636); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C4C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C4C7 is #0E3B38. Grayscale: #D1D1D1. Windows color (decimal): -932665 or 13092081. OLE color: 13092081.

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

Color convert

RGB 241 196 199 -
CMYK 0 0.19 0.17 0.05
HSL 356º 0.62% 0.86% -
HSV(B) 356º 0.19% 0.95% -
XYZ 66.32 62.3 62.56 -
YUV 209.8 121.91 150.26 -
System Red Green Blue C M Y K H S L
Decimal 241 196 199 0 0.19 0.17 0.05 356 0.62 0.86
Hex F1 C4 C7 0 13 11 5 164 3E 56
Octal 361 304 307 0 23 21 5 544 76 126
Binary 11110001 11000100 11000111 0 10011 10001 101 101100100 111110 1010110

Color Harmonies of #F1C4C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C4C7

Black with #F1C4C7

Text Example


Text Example

White with #F1C4C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C4C7; }

 p { color: rgb(241,196,199); }

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

background-color css

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

 a { background-color: rgb(241,196,199); }

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

border-color css

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

 span { border-color: rgb(241,196,199); }

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