#FFD0C6

Color #FFD0C6 Coral Candy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Candy #FFD0C6

Tints of Coral Candy #FFD0C6

Color information

#FFD0C6 (or 0xFFD0C6) is unknown color: approx Coral Candy. HEX triplet: FF, D0 and C6. RGB value is (255,208,198). Sum of RGB (Red+Green+Blue) = 255+208+198=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 208 (81.64% from 255 or 31.47% from 661); Blue value is 198 (77.73% from 255 or 29.95% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD0C6 is #002F39. Grayscale: #DDDDDD. Windows color (decimal): -12090 or 13029631. OLE color: 13029631.

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

Color convert

RGB255208198-
CMYK00.180.220
HSL10.53º100%88.82%-
HSV(B)10.53º22.35%100%-
XYZ73.9970.4563.12-
YUV220.91115.07152.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.58%
GREEN value IS 208 (81.64% from 255) = 31.47%
BLUE value IS 198 (77.73% from 255) = 29.95%
R=38.58%
G=31.47%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520819800.180.22010.5310088.82
HexFFD0C6012160b6459
Octal37732030602226013144131
Binary111111111101000011000110010010101100101111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD0C6; }

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

 H1.HeaderClassName
 {
   color: #FFD0C6;
 }
 .AnyTagClassName
 {
   color: #FFD0C6;
 }
</style>
background-color css

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

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

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

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

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

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