Html Css Color HEX #F7C7CB Azalea

📋 copy color: '#F7C7CB'

red 247 ◦ green 199 ◦ blue 203

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

Shades of Azalea #F7C7CB

Tints of Azalea #F7C7CB

RGB

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

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

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

R = 38.06%
G = 30.66%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F7C7CB (or 0xF7C7CB) is known color: Azalea. HEX triplet: F7, C7 and CB. RGB value is (247,199,203). Sum of RGB (Red+Green+Blue) = 247+199+203=649 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.06% from 649); Green value is 199 (78.12% from 255 or 30.66% from 649); Blue value is 203 (79.69% from 255 or 31.28% from 649); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C7CB is #083834. Grayscale: #D5D5D5. Windows color (decimal): -538677 or 13354999. OLE color: 13354999.

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

Color convert

RGB 247 199 203 -
CMYK 0 0.19 0.18 0.03
HSL 355º 0.75% 0.87% -
HSV(B) 355º 0.19% 0.97% -
XYZ 69.56 64.93 65.37 -
YUV 213.81 121.9 151.67 -
System Red Green Blue C M Y K H S L
Decimal 247 199 203 0 0.19 0.18 0.03 355 0.75 0.87
Hex F7 C7 CB 0 13 12 3 163 4B 57
Octal 367 307 313 0 23 22 3 543 113 127
Binary 11110111 11000111 11001011 0 10011 10010 11 101100011 1001011 1010111

Color Harmonies of #F7C7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C7CB

Black with #F7C7CB

Text Example


Text Example

White with #F7C7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C7CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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