#F5CDCC

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

Shades of Coral Candy #F5CDCC

Tints of Coral Candy #F5CDCC

Color information

#F5CDCC (or 0xF5CDCC) is unknown color: approx Coral Candy. HEX triplet: F5, CD and CC. RGB value is (245,205,204). Sum of RGB (Red+Green+Blue) = 245+205+204=654 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.46% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CDCC is #0A3233. Grayscale: #D8D8D8. Windows color (decimal): -668212 or 13422069. OLE color: 13422069.

HSL color Cylindrical-coordinate representation of color #F5CDCC: hue angle of 1.46º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F5CDCC is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB245205204-
CMYK00.160.170.04
HSL1.46º67.21%88.04%-
HSV(B)1.46º16.73%96.08%-
XYZ70.3967.4366.43-
YUV216.85120.75148.08-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.46%
GREEN value IS 205 (80.47% from 255) = 31.35%
BLUE value IS 204 (80.08% from 255) = 31.19%
R=37.46%
G=31.35%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520520400.160.170.041.4667.2188.04
HexF5CDCC01011414358
Octal3653153140202141103130
Binary11110101110011011100110001000010001100110000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CDCC; }

 p { color: rgb(245,205,204); }

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

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

 a { background-color: rgb(245,205,204); }

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

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

 span { border-color: rgb(245,205,204); }

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