Html Css Color HEX #FDC4C9 Azalea

📋 copy color: '#FDC4C9'

red 253 ◦ green 196 ◦ blue 201

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

Shades of Azalea #FDC4C9

Tints of Azalea #FDC4C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 30.92%

R = 38.92%
G = 30.15%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FDC4C9 (or 0xFDC4C9) is known color: Azalea. HEX triplet: FD, C4 and C9. RGB value is (253,196,201). Sum of RGB (Red+Green+Blue) = 253+196+201=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 196 (76.95% from 255 or 30.15% from 650); Blue value is 201 (78.91% from 255 or 30.92% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC4C9 is #023B36. Grayscale: #D5D5D5. Windows color (decimal): -146231 or 13223165. OLE color: 13223165.

HSL color Cylindrical-coordinate representation of color #FDC4C9: hue angle of 354.74º 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 #FDC4C9 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 196 201 -
CMYK 0 0.23 0.21 0.01
HSL 354.74º 0.93% 0.88% -
HSV(B) 354.74º 0.23% 0.99% -
XYZ 70.79 64.58 63.99 -
YUV 213.61 120.88 156.09 -
System Red Green Blue C M Y K H S L
Decimal 253 196 201 0 0.23 0.21 0.01 354.74 0.93 0.88
Hex FD C4 C9 0 17 15 1 163 5D 58
Octal 375 304 311 0 27 25 1 543 135 130
Binary 11111101 11000100 11001001 0 10111 10101 1 101100011 1011101 1011000

Color Harmonies of #FDC4C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC4C9

Black with #FDC4C9

Text Example


Text Example

White with #FDC4C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC4C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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