#FBD0C5

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

Shades of Coral Candy #FBD0C5

Tints of Coral Candy #FBD0C5

Color information

#FBD0C5 (or 0xFBD0C5) is unknown color: approx Coral Candy. HEX triplet: FB, D0 and C5. RGB value is (251,208,197). Sum of RGB (Red+Green+Blue) = 251+208+197=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 208 (81.64% from 255 or 31.71% from 656); Blue value is 197 (77.34% from 255 or 30.03% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD0C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD0C5 is #042F3A. Grayscale: #DBDBDB. Windows color (decimal): -274235 or 12964091. OLE color: 12964091.

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

Color convert

RGB251208197-
CMYK00.170.220.02
HSL12.22º87.1%87.84%-
HSV(B)12.22º21.51%98.43%-
XYZ72.4269.6562.45-
YUV219.6115.25150.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.26%
GREEN value IS 208 (81.64% from 255) = 31.71%
BLUE value IS 197 (77.34% from 255) = 30.03%
R=38.26%
G=31.71%
B=30.03%

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
Decimal25120819700.170.220.0212.2287.187.84
HexFBD0C5011162c5758
Octal37332030502126214127130
Binary1111101111010000110001010100011011010110010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD0C5; }

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

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

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

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

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

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

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

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