#F9CECA

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

Shades of Coral Candy #F9CECA

Tints of Coral Candy #F9CECA

Color information

#F9CECA (or 0xF9CECA) is unknown color: approx Coral Candy. HEX triplet: F9, CE and CA. RGB value is (249,206,202). Sum of RGB (Red+Green+Blue) = 249+206+202=657 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.90% from 657); Green value is 206 (80.86% from 255 or 31.35% from 657); Blue value is 202 (79.30% from 255 or 30.75% from 657); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CECA is #063135. Grayscale: #DADADA. Windows color (decimal): -405814 or 13291257. OLE color: 13291257.

HSL color Cylindrical-coordinate representation of color #F9CECA: hue angle of 5.11º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F9CECA is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB249206202-
CMYK00.170.190.02
HSL5.11º79.66%88.43%-
HSV(B)5.11º18.88%97.65%-
XYZ71.868.5565.32-
YUV218.4118.75149.83-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.90%
GREEN value IS 206 (80.86% from 255) = 31.35%
BLUE value IS 202 (79.30% from 255) = 30.75%
R=37.90%
G=31.35%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920620200.170.190.025.1179.6688.43
HexF9CECA01113255058
Octal3713163120212325120130
Binary111110011100111011001010010001100111010110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CECA; }

 p { color: rgb(249,206,202); }

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

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

 a { background-color: rgb(249,206,202); }

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

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

 span { border-color: rgb(249,206,202); }

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