Html Css Color HEX #FDC7C8 Azalea

📋 copy color: '#FDC7C8'

red 253 ◦ green 199 ◦ blue 200

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

Shades of Azalea #FDC7C8

Tints of Azalea #FDC7C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 30.67%

R = 38.8%
G = 30.52%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FDC7C8 (or 0xFDC7C8) is known color: Azalea. HEX triplet: FD, C7 and C8. RGB value is (253,199,200). Sum of RGB (Red+Green+Blue) = 253+199+200=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 199 (78.12% from 255 or 30.52% from 652); Blue value is 200 (78.52% from 255 or 30.67% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC7C8 is #023837. Grayscale: #D7D7D7. Windows color (decimal): -145464 or 13158397. OLE color: 13158397.

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

Color convert

RGB 253 199 200 -
CMYK 0 0.21 0.21 0.01
HSL 358.89º 0.93% 0.89% -
HSV(B) 358.89º 0.21% 0.99% -
XYZ 71.36 65.9 63.6 -
YUV 215.26 119.39 154.92 -
System Red Green Blue C M Y K H S L
Decimal 253 199 200 0 0.21 0.21 0.01 358.89 0.93 0.89
Hex FD C7 C8 0 15 15 1 167 5D 59
Octal 375 307 310 0 25 25 1 547 135 131
Binary 11111101 11000111 11001000 0 10101 10101 1 101100111 1011101 1011001

Color Harmonies of #FDC7C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC7C8

Black with #FDC7C8

Text Example


Text Example

White with #FDC7C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC7C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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