Html Css Color HEX #FDCAC8 Coral Candy

📋 copy color: '#FDCAC8'

red 253 ◦ green 202 ◦ blue 200

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

Shades of Coral Candy #FDCAC8

Tints of Coral Candy #FDCAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 30.53%

R = 38.63%
G = 30.84%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FDCAC8 (or 0xFDCAC8) is known color: Coral Candy. HEX triplet: FD, CA and C8. RGB value is (253,202,200). Sum of RGB (Red+Green+Blue) = 253+202+200=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 202 (79.30% from 255 or 30.84% from 655); Blue value is 200 (78.52% from 255 or 30.53% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCAC8 is #023537. Grayscale: #D9D9D9. Windows color (decimal): -144696 or 13159165. OLE color: 13159165.

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

Color convert

RGB 253 202 200 -
CMYK 0 0.20 0.21 0.01
HSL 2.26º 0.93% 0.89% -
HSV(B) 2.26º 0.21% 0.99% -
XYZ 72.05 67.29 63.83 -
YUV 217.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 253 202 200 0 0.20 0.21 0.01 2.26 0.93 0.89
Hex FD CA C8 0 14 15 1 2 5D 59
Octal 375 312 310 0 24 25 1 2 135 131
Binary 11111101 11001010 11001000 0 10100 10101 1 10 1011101 1011001

Color Harmonies of #FDCAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCAC8

Black with #FDCAC8

Text Example


Text Example

White with #FDCAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCAC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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