#FBD0C3

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

Shades of Coral Candy #FBD0C3

Tints of Coral Candy #FBD0C3

Color information

#FBD0C3 (or 0xFBD0C3) is unknown color: approx Coral Candy. HEX triplet: FB, D0 and C3. RGB value is (251,208,195). Sum of RGB (Red+Green+Blue) = 251+208+195=654 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.38% from 654); Green value is 208 (81.64% from 255 or 31.80% from 654); Blue value is 195 (76.56% from 255 or 29.82% from 654); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD0C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD0C3 is #042F3C. Grayscale: #DBDBDB. Windows color (decimal): -274237 or 12833019. OLE color: 12833019.

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

Color convert

RGB251208195-
CMYK00.170.220.02
HSL13.93º87.5%87.45%-
HSV(B)13.93º22.31%98.43%-
XYZ72.1969.5661.25-
YUV219.37114.25150.56-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.38%
GREEN value IS 208 (81.64% from 255) = 31.80%
BLUE value IS 195 (76.56% from 255) = 29.82%
R=38.38%
G=31.80%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120819500.170.220.0213.9387.587.45
HexFBD0C3011162e5857
Octal37332030302126216130127
Binary1111101111010000110000110100011011010111010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD0C3; }

 p { color: rgb(251,208,195); }

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

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

 a { background-color: rgb(251,208,195); }

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

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

 span { border-color: rgb(251,208,195); }

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