#FDCFC6

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

Shades of Coral Candy #FDCFC6

Tints of Coral Candy #FDCFC6

Color information

#FDCFC6 (or 0xFDCFC6) is unknown color: approx Coral Candy. HEX triplet: FD, CF and C6. RGB value is (253,207,198). Sum of RGB (Red+Green+Blue) = 253+207+198=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 198 (77.73% from 255 or 30.09% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFC6 is #023039. Grayscale: #DBDBDB. Windows color (decimal): -143418 or 13029373. OLE color: 13029373.

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

Color convert

RGB253207198-
CMYK00.180.220.01
HSL9.82º93.22%88.43%-
HSV(B)9.82º21.74%99.22%-
XYZ73.0169.5963.01-
YUV219.73115.74151.73-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.45%
GREEN value IS 207 (81.25% from 255) = 31.46%
BLUE value IS 198 (77.73% from 255) = 30.09%
R=38.45%
G=31.46%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320719800.180.220.019.8293.2288.43
HexFDCFC6012161a5d58
Octal37531730602226112135130
Binary111111011100111111000110010010101101101010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCFC6; }

 p { color: rgb(253,207,198); }

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

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

 a { background-color: rgb(253,207,198); }

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

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

 span { border-color: rgb(253,207,198); }

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