#FDCFC8

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

Shades of Coral Candy #FDCFC8

Tints of Coral Candy #FDCFC8

Color information

#FDCFC8 (or 0xFDCFC8) is unknown color: approx Coral Candy. HEX triplet: FD, CF and C8. RGB value is (253,207,200). Sum of RGB (Red+Green+Blue) = 253+207+200=660 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.33% from 660); Green value is 207 (81.25% from 255 or 31.36% from 660); Blue value is 200 (78.52% from 255 or 30.30% from 660); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFC8 is #023037. Grayscale: #DCDCDC. Windows color (decimal): -143416 or 13160445. OLE color: 13160445.

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

Color convert

RGB253207200-
CMYK00.180.210.01
HSL7.92º92.98%88.82%-
HSV(B)7.92º20.95%99.22%-
XYZ73.2569.6864.23-
YUV219.96116.74151.57-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.33%
GREEN value IS 207 (81.25% from 255) = 31.36%
BLUE value IS 200 (78.52% from 255) = 30.30%
R=38.33%
G=31.36%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320720000.180.210.017.9292.9888.82
HexFDCFC801215185d59
Octal37531731002225110135131
Binary111111011100111111001000010010101011100010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCFC8; }

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

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

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

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

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

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

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

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