#F8CCCB

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

Shades of Coral Candy #F8CCCB

Tints of Coral Candy #F8CCCB

Color information

#F8CCCB (or 0xF8CCCB) is unknown color: approx Coral Candy. HEX triplet: F8, CC and CB. RGB value is (248,204,203). Sum of RGB (Red+Green+Blue) = 248+204+203=655 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.86% from 655); Green value is 204 (80.08% from 255 or 31.15% from 655); Blue value is 203 (79.69% from 255 or 30.99% from 655); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CCCB is #073334. Grayscale: #D9D9D9. Windows color (decimal): -471861 or 13356280. OLE color: 13356280.

HSL color Cylindrical-coordinate representation of color #F8CCCB: hue angle of 1.33º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8CCCB is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB248204203-
CMYK00.180.180.03
HSL1.33º76.27%88.43%-
HSV(B)1.33º18.15%97.25%-
XYZ71.0867.4565.77-
YUV217.04120.08150.08-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.86%
GREEN value IS 204 (80.08% from 255) = 31.15%
BLUE value IS 203 (79.69% from 255) = 30.99%
R=37.86%
G=31.15%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820420300.180.180.031.3376.2788.43
HexF8CCCB01212314c58
Octal3703143130222231114130
Binary1111100011001100110010110100101001011110011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CCCB; }

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

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

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

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

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

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

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

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