Html Css Color HEX #FFD0C5 Coral Candy

📋 copy color: '#FFD0C5'

red 255 ◦ green 208 ◦ blue 197

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

Shades of Coral Candy #FFD0C5

Tints of Coral Candy #FFD0C5

RGB

 RED value IS 255 (100% from 255) = 38.64%

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

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

R = 38.64%
G = 31.52%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FFD0C5 (or 0xFFD0C5) is known color: Coral Candy. HEX triplet: FF, D0 and C5. RGB value is (255,208,197). Sum of RGB (Red+Green+Blue) = 255+208+197=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 208 (81.64% from 255 or 31.52% from 660); Blue value is 197 (77.34% from 255 or 29.85% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD0C5 is #002F3A. Grayscale: #DCDCDC. Windows color (decimal): -12091 or 12964095. OLE color: 12964095.

HSL color Cylindrical-coordinate representation of color #FFD0C5: hue angle of 11.38º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFD0C5 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB 255 208 197 -
CMYK 0 0.18 0.23 0
HSL 11.38º 1% 0.89% -
HSV(B) 11.38º 0.23% 1% -
XYZ 73.87 70.4 62.52 -
YUV 220.8 114.57 152.39 -
System Red Green Blue C M Y K H S L
Decimal 255 208 197 0 0.18 0.23 0 11.38 1 0.89
Hex FF D0 C5 0 12 17 0 B 64 59
Octal 377 320 305 0 22 27 0 13 144 131
Binary 11111111 11010000 11000101 0 10010 10111 0 1011 1100100 1011001

Color Harmonies of #FFD0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD0C5

Black with #FFD0C5

Text Example


Text Example

White with #FFD0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD0C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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