#F5CCCA

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

Shades of Coral Candy #F5CCCA

Tints of Coral Candy #F5CCCA

Color information

#F5CCCA (or 0xF5CCCA) is unknown color: approx Coral Candy. HEX triplet: F5, CC and CA. RGB value is (245,204,202). Sum of RGB (Red+Green+Blue) = 245+204+202=651 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.63% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 202 (79.30% from 255 or 31.03% from 651); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CCCA is #0A3335. Grayscale: #D8D8D8. Windows color (decimal): -668470 or 13290741. OLE color: 13290741.

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

Color convert

RGB245204202-
CMYK00.170.180.04
HSL2.79º68.25%87.65%-
HSV(B)2.79º17.55%96.08%-
XYZ69.9166.8665.1-
YUV216.03120.08148.66-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.63%
GREEN value IS 204 (80.08% from 255) = 31.34%
BLUE value IS 202 (79.30% from 255) = 31.03%
R=37.63%
G=31.34%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520420200.170.180.042.7968.2587.65
HexF5CCCA01112434458
Octal3653143120212243104130
Binary111101011100110011001010010001100101001110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CCCA; }

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

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

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

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

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

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

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

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