#F8D3CB

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

Shades of Coral Candy #F8D3CB

Tints of Coral Candy #F8D3CB

Color information

#F8D3CB (or 0xF8D3CB) is unknown color: approx Coral Candy. HEX triplet: F8, D3 and CB. RGB value is (248,211,203). Sum of RGB (Red+Green+Blue) = 248+211+203=662 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.46% from 662); Green value is 211 (82.81% from 255 or 31.87% from 662); Blue value is 203 (79.69% from 255 or 30.66% from 662); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D3CB is #072C34. Grayscale: #DDDDDD. Windows color (decimal): -470069 or 13358072. OLE color: 13358072.

HSL color Cylindrical-coordinate representation of color #F8D3CB: hue angle of 10.67º 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 #F8D3CB is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB248211203-
CMYK00.150.180.03
HSL10.67º76.27%88.43%-
HSV(B)10.67º18.15%97.25%-
XYZ72.7970.8666.34-
YUV221.15117.76147.15-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.46%
GREEN value IS 211 (82.81% from 255) = 31.87%
BLUE value IS 203 (79.69% from 255) = 30.66%
R=37.46%
G=31.87%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821120300.150.180.0310.6776.2788.43
HexF8D3CB0F123b4c58
Octal37032331301722313114130
Binary111110001101001111001011011111001011101110011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D3CB; }

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

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

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

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

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

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

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

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