Html Css Color HEX #FDCACD Azalea

📋 copy color: '#FDCACD'

red 253 ◦ green 202 ◦ blue 205

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

Shades of Azalea #FDCACD

Tints of Azalea #FDCACD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.61%

 BLUE value IS 205 (80.47% from 255) = 31.06%

R = 38.33%
G = 30.61%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDCACD (or 0xFDCACD) is known color: Azalea. HEX triplet: FD, CA and CD. RGB value is (253,202,205). Sum of RGB (Red+Green+Blue) = 253+202+205=660 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.33% from 660); Green value is 202 (79.30% from 255 or 30.61% from 660); Blue value is 205 (80.47% from 255 or 31.06% from 660); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCACD is #023532. Grayscale: #D9D9D9. Windows color (decimal): -144691 or 13486845. OLE color: 13486845.

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

Color convert

RGB 253 202 205 -
CMYK 0 0.20 0.19 0.01
HSL 356.47º 0.93% 0.89% -
HSV(B) 356.47º 0.2% 0.99% -
XYZ 72.65 67.53 66.96 -
YUV 217.59 120.9 153.26 -
System Red Green Blue C M Y K H S L
Decimal 253 202 205 0 0.20 0.19 0.01 356.47 0.93 0.89
Hex FD CA CD 0 14 13 1 164 5D 59
Octal 375 312 315 0 24 23 1 544 135 131
Binary 11111101 11001010 11001101 0 10100 10011 1 101100100 1011101 1011001

Color Harmonies of #FDCACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCACD

Black with #FDCACD

Text Example


Text Example

White with #FDCACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCACD; }

 p { color: rgb(253,202,205); }

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

background-color css

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

 a { background-color: rgb(253,202,205); }

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

border-color css

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

 span { border-color: rgb(253,202,205); }

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