Html Css Color HEX #F1C7CA Azalea

📋 copy color: '#F1C7CA'

red 241 ◦ green 199 ◦ blue 202

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

Shades of Azalea #F1C7CA

Tints of Azalea #F1C7CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.46%

R = 37.54%
G = 31%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F1C7CA (or 0xF1C7CA) is known color: Azalea. HEX triplet: F1, C7 and CA. RGB value is (241,199,202). Sum of RGB (Red+Green+Blue) = 241+199+202=642 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.54% from 642); Green value is 199 (78.12% from 255 or 31.00% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C7CA is #0E3835. Grayscale: #D3D3D3. Windows color (decimal): -931894 or 13289457. OLE color: 13289457.

HSL color Cylindrical-coordinate representation of color #F1C7CA: hue angle of 355.71º 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 #F1C7CA is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 199 202 -
CMYK 0 0.17 0.16 0.05
HSL 355.71º 0.6% 0.86% -
HSV(B) 355.71º 0.17% 0.95% -
XYZ 67.36 63.81 64.64 -
YUV 211.9 122.41 148.76 -
System Red Green Blue C M Y K H S L
Decimal 241 199 202 0 0.17 0.16 0.05 355.71 0.6 0.86
Hex F1 C7 CA 0 11 10 5 164 3C 56
Octal 361 307 312 0 21 20 5 544 74 126
Binary 11110001 11000111 11001010 0 10001 10000 101 101100100 111100 1010110

Color Harmonies of #F1C7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C7CA

Black with #F1C7CA

Text Example


Text Example

White with #F1C7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C7CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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