Html Css Color HEX #FDC9CC Azalea

📋 copy color: '#FDC9CC'

red 253 ◦ green 201 ◦ blue 204

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

Shades of Azalea #FDC9CC

Tints of Azalea #FDC9CC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.55%

 BLUE value IS 204 (80.08% from 255) = 31%

R = 38.45%
G = 30.55%
B = 31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDC9CC (or 0xFDC9CC) is known color: Azalea. HEX triplet: FD, C9 and CC. RGB value is (253,201,204). Sum of RGB (Red+Green+Blue) = 253+201+204=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 201 (78.91% from 255 or 30.55% from 658); Blue value is 204 (80.08% from 255 or 31.00% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC9CC is #023633. Grayscale: #D8D8D8. Windows color (decimal): -144948 or 13421053. OLE color: 13421053.

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

Color convert

RGB 253 201 204 -
CMYK 0 0.21 0.19 0.01
HSL 356.54º 0.93% 0.89% -
HSV(B) 356.54º 0.21% 0.99% -
XYZ 72.29 67.02 66.25 -
YUV 216.89 120.73 153.76 -
System Red Green Blue C M Y K H S L
Decimal 253 201 204 0 0.21 0.19 0.01 356.54 0.93 0.89
Hex FD C9 CC 0 15 13 1 165 5D 59
Octal 375 311 314 0 25 23 1 545 135 131
Binary 11111101 11001001 11001100 0 10101 10011 1 101100101 1011101 1011001

Color Harmonies of #FDC9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC9CC

Black with #FDC9CC

Text Example


Text Example

White with #FDC9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC9CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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