#FBD1C5

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

Shades of Coral Candy #FBD1C5

Tints of Coral Candy #FBD1C5

Color information

#FBD1C5 (or 0xFBD1C5) is unknown color: approx Coral Candy. HEX triplet: FB, D1 and C5. RGB value is (251,209,197). Sum of RGB (Red+Green+Blue) = 251+209+197=657 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.20% from 657); Green value is 209 (82.03% from 255 or 31.81% from 657); Blue value is 197 (77.34% from 255 or 29.98% from 657); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD1C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD1C5 is #042E3A. Grayscale: #DCDCDC. Windows color (decimal): -273979 or 12964347. OLE color: 12964347.

HSL color Cylindrical-coordinate representation of color #FBD1C5: hue angle of 13.33º 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 #FBD1C5 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB251209197-
CMYK00.170.220.02
HSL13.33º87.1%87.84%-
HSV(B)13.33º21.51%98.43%-
XYZ72.6670.1462.53-
YUV220.19114.91149.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.20%
GREEN value IS 209 (82.03% from 255) = 31.81%
BLUE value IS 197 (77.34% from 255) = 29.98%
R=38.20%
G=31.81%
B=29.98%

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
Decimal25120919700.170.220.0213.3387.187.84
HexFBD1C5011162d5758
Octal37332130502126215127130
Binary1111101111010001110001010100011011010110110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD1C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD1C5; }

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

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

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

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

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

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

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

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