#FDCDC4

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

Shades of Coral Candy #FDCDC4

Tints of Coral Candy #FDCDC4

Color information

#FDCDC4 (or 0xFDCDC4) is unknown color: approx Coral Candy. HEX triplet: FD, CD and C4. RGB value is (253,205,196). Sum of RGB (Red+Green+Blue) = 253+205+196=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 196 (76.95% from 255 or 29.97% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDC4 is #02323B. Grayscale: #DADADA. Windows color (decimal): -143932 or 12897789. OLE color: 12897789.

HSL color Cylindrical-coordinate representation of color #FDCDC4: hue angle of 9.47º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDCDC4 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB253205196-
CMYK00.190.230.01
HSL9.47º93.44%88.04%-
HSV(B)9.47º22.53%99.22%-
XYZ72.368.5361.64-
YUV218.33115.4152.73-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.69%
GREEN value IS 205 (80.47% from 255) = 31.35%
BLUE value IS 196 (76.95% from 255) = 29.97%
R=38.69%
G=31.35%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320519600.190.230.019.4793.4488.04
HexFDCDC401317195d58
Octal37531530402327111135130
Binary111111011100110111000100010011101111100110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCDC4; }

 p { color: rgb(253,205,196); }

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

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

 a { background-color: rgb(253,205,196); }

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

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

 span { border-color: rgb(253,205,196); }

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