Html Css Color HEX #FDC6CA Azalea

📋 copy color: '#FDC6CA'

red 253 ◦ green 198 ◦ blue 202

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

Shades of Azalea #FDC6CA

Tints of Azalea #FDC6CA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.32%

 BLUE value IS 202 (79.3% from 255) = 30.93%

R = 38.74%
G = 30.32%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FDC6CA (or 0xFDC6CA) is known color: Azalea. HEX triplet: FD, C6 and CA. RGB value is (253,198,202). Sum of RGB (Red+Green+Blue) = 253+198+202=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 198 (77.73% from 255 or 30.32% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC6CA is #023935. Grayscale: #D6D6D6. Windows color (decimal): -145718 or 13289213. OLE color: 13289213.

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

Color convert

RGB 253 198 202 -
CMYK 0 0.22 0.20 0.01
HSL 355.64º 0.93% 0.88% -
HSV(B) 355.64º 0.22% 0.99% -
XYZ 71.36 65.54 64.77 -
YUV 214.9 120.72 155.17 -
System Red Green Blue C M Y K H S L
Decimal 253 198 202 0 0.22 0.20 0.01 355.64 0.93 0.88
Hex FD C6 CA 0 16 14 1 164 5D 58
Octal 375 306 312 0 26 24 1 544 135 130
Binary 11111101 11000110 11001010 0 10110 10100 1 101100100 1011101 1011000

Color Harmonies of #FDC6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC6CA

Black with #FDC6CA

Text Example


Text Example

White with #FDC6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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