Html Css Color HEX #FDC4C5 Azalea

📋 copy color: '#FDC4C5'

red 253 ◦ green 196 ◦ blue 197

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

Shades of Azalea #FDC4C5

Tints of Azalea #FDC4C5

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.34%

 BLUE value IS 197 (77.34% from 255) = 30.5%

R = 39.16%
G = 30.34%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FDC4C5 (or 0xFDC4C5) is known color: Azalea. HEX triplet: FD, C4 and C5. RGB value is (253,196,197). Sum of RGB (Red+Green+Blue) = 253+196+197=646 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.16% from 646); Green value is 196 (76.95% from 255 or 30.34% from 646); Blue value is 197 (77.34% from 255 or 30.50% from 646); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC4C5 is #023B3A. Grayscale: #D5D5D5. Windows color (decimal): -146235 or 12961021. OLE color: 12961021.

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

Color convert

RGB 253 196 197 -
CMYK 0 0.23 0.22 0.01
HSL 358.95º 0.93% 0.88% -
HSV(B) 358.95º 0.23% 0.99% -
XYZ 70.33 64.39 61.55 -
YUV 213.16 118.88 156.42 -
System Red Green Blue C M Y K H S L
Decimal 253 196 197 0 0.23 0.22 0.01 358.95 0.93 0.88
Hex FD C4 C5 0 17 16 1 167 5D 58
Octal 375 304 305 0 27 26 1 547 135 130
Binary 11111101 11000100 11000101 0 10111 10110 1 101100111 1011101 1011000

Color Harmonies of #FDC4C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC4C5

Black with #FDC4C5

Text Example


Text Example

White with #FDC4C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC4C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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