#F4CCCB

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

Shades of Coral Candy #F4CCCB

Tints of Coral Candy #F4CCCB

Color information

#F4CCCB (or 0xF4CCCB) is unknown color: approx Coral Candy. HEX triplet: F4, CC and CB. RGB value is (244,204,203). Sum of RGB (Red+Green+Blue) = 244+204+203=651 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.48% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 203 (79.69% from 255 or 31.18% from 651); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CCCB is #0B3334. Grayscale: #D7D7D7. Windows color (decimal): -734005 or 13356276. OLE color: 13356276.

HSL color Cylindrical-coordinate representation of color #F4CCCB: hue angle of 1.46º degrees, saturation: 0.65, 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 #F4CCCB is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB244204203-
CMYK00.160.170.04
HSL1.46º65.08%87.65%-
HSV(B)1.46º16.8%95.69%-
XYZ69.6866.7365.71-
YUV215.85120.75148.08-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.48%
GREEN value IS 204 (80.08% from 255) = 31.34%
BLUE value IS 203 (79.69% from 255) = 31.18%
R=37.48%
G=31.34%
B=31.18%

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
Decimal24420420300.160.170.041.4665.0887.65
HexF4CCCB01011414158
Octal3643143130202141101130
Binary11110100110011001100101101000010001100110000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CCCB; }

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

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

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

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

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

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

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

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