Html Css Color HEX #F7C2C3 Azalea

📋 copy color: '#F7C2C3'

red 247 ◦ green 194 ◦ blue 195

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

Shades of Azalea #F7C2C3

Tints of Azalea #F7C2C3

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.5%

 BLUE value IS 195 (76.56% from 255) = 30.66%

R = 38.84%
G = 30.5%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F7C2C3 (or 0xF7C2C3) is known color: Azalea. HEX triplet: F7, C2 and C3. RGB value is (247,194,195). Sum of RGB (Red+Green+Blue) = 247+194+195=636 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.84% from 636); Green value is 194 (76.17% from 255 or 30.50% from 636); Blue value is 195 (76.56% from 255 or 30.66% from 636); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C2C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C2C3 is #083D3C. Grayscale: #D2D2D2. Windows color (decimal): -539965 or 12829431. OLE color: 12829431.

HSL color Cylindrical-coordinate representation of color #F7C2C3: hue angle of 358.87º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F7C2C3 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 194 195 -
CMYK 0 0.21 0.21 0.03
HSL 358.87º 0.77% 0.86% -
HSV(B) 358.87º 0.21% 0.97% -
XYZ 67.5 62.3 60.1 -
YUV 209.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 247 194 195 0 0.21 0.21 0.03 358.87 0.77 0.86
Hex F7 C2 C3 0 15 15 3 167 4D 56
Octal 367 302 303 0 25 25 3 547 115 126
Binary 11110111 11000010 11000011 0 10101 10101 11 101100111 1001101 1010110

Color Harmonies of #F7C2C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C2C3

Black with #F7C2C3

Text Example


Text Example

White with #F7C2C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C2C3; }

 p { color: rgb(247,194,195); }

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

background-color css

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

 a { background-color: rgb(247,194,195); }

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

border-color css

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

 span { border-color: rgb(247,194,195); }

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