#F4CCCA

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

Shades of Coral Candy #F4CCCA

Tints of Coral Candy #F4CCCA

Color information

#F4CCCA (or 0xF4CCCA) is unknown color: approx Coral Candy. HEX triplet: F4, CC and CA. RGB value is (244,204,202). Sum of RGB (Red+Green+Blue) = 244+204+202=650 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.54% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CCCA is #0B3335. Grayscale: #D7D7D7. Windows color (decimal): -734006 or 13290740. OLE color: 13290740.

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

Color convert

RGB244204202-
CMYK00.160.170.04
HSL2.86º65.62%87.45%-
HSV(B)2.86º17.21%95.69%-
XYZ69.5666.6865.08-
YUV215.73120.25148.16-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.54%
GREEN value IS 204 (80.08% from 255) = 31.38%
BLUE value IS 202 (79.30% from 255) = 31.08%
R=37.54%
G=31.38%
B=31.08%

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
Decimal24420420200.160.170.042.8665.6287.45
HexF4CCCA01011434257
Octal3643143120202143102127
Binary111101001100110011001010010000100011001110000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CCCA; }

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

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

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

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

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

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

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

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