Html Css Color HEX #F1C7CC Azalea

📋 copy color: '#F1C7CC'

red 241 ◦ green 199 ◦ blue 204

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

Shades of Azalea #F1C7CC

Tints of Azalea #F1C7CC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.9%

 BLUE value IS 204 (80.08% from 255) = 31.68%

R = 37.42%
G = 30.9%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F1C7CC (or 0xF1C7CC) is known color: Azalea. HEX triplet: F1, C7 and CC. RGB value is (241,199,204). Sum of RGB (Red+Green+Blue) = 241+199+204=644 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.42% from 644); Green value is 199 (78.12% from 255 or 30.90% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C7CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C7CC is #0E3833. Grayscale: #D4D4D4. Windows color (decimal): -931892 or 13420529. OLE color: 13420529.

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

Color convert

RGB 241 199 204 -
CMYK 0 0.17 0.15 0.05
HSL 352.86º 0.6% 0.86% -
HSV(B) 352.86º 0.17% 0.95% -
XYZ 67.6 63.91 65.9 -
YUV 212.13 123.41 148.59 -
System Red Green Blue C M Y K H S L
Decimal 241 199 204 0 0.17 0.15 0.05 352.86 0.6 0.86
Hex F1 C7 CC 0 11 F 5 161 3C 56
Octal 361 307 314 0 21 17 5 541 74 126
Binary 11110001 11000111 11001100 0 10001 1111 101 101100001 111100 1010110

Color Harmonies of #F1C7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C7CC

Black with #F1C7CC

Text Example


Text Example

White with #F1C7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C7CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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