Html Css Color HEX #F7C5C9 Azalea

📋 copy color: '#F7C5C9'

red 247 ◦ green 197 ◦ blue 201

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

Shades of Azalea #F7C5C9

Tints of Azalea #F7C5C9

RGB

 RED value IS 247 (96.88% from 255) = 38.29%

 GREEN value IS 197 (77.34% from 255) = 30.54%

 BLUE value IS 201 (78.91% from 255) = 31.16%

R = 38.29%
G = 30.54%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F7C5C9 (or 0xF7C5C9) is known color: Azalea. HEX triplet: F7, C5 and C9. RGB value is (247,197,201). Sum of RGB (Red+Green+Blue) = 247+197+201=645 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.29% from 645); Green value is 197 (77.34% from 255 or 30.54% from 645); Blue value is 201 (78.91% from 255 or 31.16% from 645); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C5C9 is #083A36. Grayscale: #D4D4D4. Windows color (decimal): -539191 or 13223415. OLE color: 13223415.

HSL color Cylindrical-coordinate representation of color #F7C5C9: hue angle of 355.2º degrees, saturation: 0.76, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F7C5C9 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 197 201 -
CMYK 0 0.20 0.19 0.03
HSL 355.2º 0.76% 0.87% -
HSV(B) 355.2º 0.2% 0.97% -
XYZ 68.87 63.92 63.97 -
YUV 212.41 121.57 152.67 -
System Red Green Blue C M Y K H S L
Decimal 247 197 201 0 0.20 0.19 0.03 355.2 0.76 0.87
Hex F7 C5 C9 0 14 13 3 163 4C 57
Octal 367 305 311 0 24 23 3 543 114 127
Binary 11110111 11000101 11001001 0 10100 10011 11 101100011 1001100 1010111

Color Harmonies of #F7C5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C5C9

Black with #F7C5C9

Text Example


Text Example

White with #F7C5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C5C9; }

 p { color: rgb(247,197,201); }

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

background-color css

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

 a { background-color: rgb(247,197,201); }

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

border-color css

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

 span { border-color: rgb(247,197,201); }

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