Html Css Color HEX #FDC5C7 Azalea

📋 copy color: '#FDC5C7'

red 253 ◦ green 197 ◦ blue 199

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

Shades of Azalea #FDC5C7

Tints of Azalea #FDC5C7

RGB

 RED value IS 253 (99.22% from 255) = 38.98%

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

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

R = 38.98%
G = 30.35%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FDC5C7 (or 0xFDC5C7) is known color: Azalea. HEX triplet: FD, C5 and C7. RGB value is (253,197,199). Sum of RGB (Red+Green+Blue) = 253+197+199=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 197 (77.34% from 255 or 30.35% from 649); Blue value is 199 (78.12% from 255 or 30.66% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC5C7 is #023A38. Grayscale: #D6D6D6. Windows color (decimal): -145977 or 13092349. OLE color: 13092349.

HSL color Cylindrical-coordinate representation of color #FDC5C7: hue angle of 357.86º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDC5C7 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 197 199 -
CMYK 0 0.22 0.21 0.01
HSL 357.86º 0.93% 0.88% -
HSV(B) 357.86º 0.22% 0.99% -
XYZ 70.78 64.94 62.84 -
YUV 213.97 119.55 155.84 -
System Red Green Blue C M Y K H S L
Decimal 253 197 199 0 0.22 0.21 0.01 357.86 0.93 0.88
Hex FD C5 C7 0 16 15 1 166 5D 58
Octal 375 305 307 0 26 25 1 546 135 130
Binary 11111101 11000101 11000111 0 10110 10101 1 101100110 1011101 1011000

Color Harmonies of #FDC5C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC5C7

Black with #FDC5C7

Text Example


Text Example

White with #FDC5C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC5C7; }

 p { color: rgb(253,197,199); }

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

background-color css

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

 a { background-color: rgb(253,197,199); }

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

border-color css

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

 span { border-color: rgb(253,197,199); }

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