Html Css Color HEX #FDCAC5 Coral Candy

📋 copy color: '#FDCAC5'

red 253 ◦ green 202 ◦ blue 197

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

Shades of Coral Candy #FDCAC5

Tints of Coral Candy #FDCAC5

RGB

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

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

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

R = 38.8%
G = 30.98%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FDCAC5 (or 0xFDCAC5) is known color: Coral Candy. HEX triplet: FD, CA and C5. RGB value is (253,202,197). Sum of RGB (Red+Green+Blue) = 253+202+197=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 197 (77.34% from 255 or 30.21% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCAC5 is #02353A. Grayscale: #D8D8D8. Windows color (decimal): -144699 or 12962557. OLE color: 12962557.

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

Color convert

RGB 253 202 197 -
CMYK 0 0.20 0.22 0.01
HSL 5.36º 0.93% 0.88% -
HSV(B) 5.36º 0.22% 0.99% -
XYZ 71.71 67.15 62.01 -
YUV 216.68 116.9 153.91 -
System Red Green Blue C M Y K H S L
Decimal 253 202 197 0 0.20 0.22 0.01 5.36 0.93 0.88
Hex FD CA C5 0 14 16 1 5 5D 58
Octal 375 312 305 0 24 26 1 5 135 130
Binary 11111101 11001010 11000101 0 10100 10110 1 101 1011101 1011000

Color Harmonies of #FDCAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCAC5

Black with #FDCAC5

Text Example


Text Example

White with #FDCAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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