Html Css Color HEX #FDD0C5 Coral Candy

📋 copy color: '#FDD0C5'

red 253 ◦ green 208 ◦ blue 197

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

Shades of Coral Candy #FDD0C5

Tints of Coral Candy #FDD0C5

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.61%

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

R = 38.45%
G = 31.61%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FDD0C5 (or 0xFDD0C5) is known color: Coral Candy. HEX triplet: FD, D0 and C5. RGB value is (253,208,197). Sum of RGB (Red+Green+Blue) = 253+208+197=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 208 (81.64% from 255 or 31.61% from 658); Blue value is 197 (77.34% from 255 or 29.94% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD0C5 is #022F3A. Grayscale: #DCDCDC. Windows color (decimal): -143163 or 12964093. OLE color: 12964093.

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

Color convert

RGB 253 208 197 -
CMYK 0 0.18 0.22 0.01
HSL 11.79º 0.93% 0.88% -
HSV(B) 11.79º 0.22% 0.99% -
XYZ 73.14 70.03 62.48 -
YUV 220.2 114.91 151.39 -
System Red Green Blue C M Y K H S L
Decimal 253 208 197 0 0.18 0.22 0.01 11.79 0.93 0.88
Hex FD D0 C5 0 12 16 1 C 5D 58
Octal 375 320 305 0 22 26 1 14 135 130
Binary 11111101 11010000 11000101 0 10010 10110 1 1100 1011101 1011000

Color Harmonies of #FDD0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD0C5

Black with #FDD0C5

Text Example


Text Example

White with #FDD0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD0C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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