Html Css Color HEX #F7C5CB Azalea

📋 copy color: '#F7C5CB'

red 247 ◦ green 197 ◦ blue 203

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

Shades of Azalea #F7C5CB

Tints of Azalea #F7C5CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.38%

R = 38.18%
G = 30.45%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F7C5CB (or 0xF7C5CB) is known color: Azalea. HEX triplet: F7, C5 and CB. RGB value is (247,197,203). Sum of RGB (Red+Green+Blue) = 247+197+203=647 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.18% from 647); Green value is 197 (77.34% from 255 or 30.45% from 647); Blue value is 203 (79.69% from 255 or 31.38% from 647); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C5CB is #083A34. Grayscale: #D4D4D4. Windows color (decimal): -539189 or 13354487. OLE color: 13354487.

HSL color Cylindrical-coordinate representation of color #F7C5CB: hue angle of 352.8º 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 #F7C5CB is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 197 203 -
CMYK 0 0.20 0.18 0.03
HSL 352.8º 0.76% 0.87% -
HSV(B) 352.8º 0.2% 0.97% -
XYZ 69.1 64.02 65.21 -
YUV 212.63 122.57 152.51 -
System Red Green Blue C M Y K H S L
Decimal 247 197 203 0 0.20 0.18 0.03 352.8 0.76 0.87
Hex F7 C5 CB 0 14 12 3 161 4C 57
Octal 367 305 313 0 24 22 3 541 114 127
Binary 11110111 11000101 11001011 0 10100 10010 11 101100001 1001100 1010111

Color Harmonies of #F7C5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C5CB

Black with #F7C5CB

Text Example


Text Example

White with #F7C5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C5CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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