#FBD1C6

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

Shades of Coral Candy #FBD1C6

Tints of Coral Candy #FBD1C6

Color information

#FBD1C6 (or 0xFBD1C6) is unknown color: approx Coral Candy. HEX triplet: FB, D1 and C6. RGB value is (251,209,198). Sum of RGB (Red+Green+Blue) = 251+209+198=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 209 (82.03% from 255 or 31.76% from 658); Blue value is 198 (77.73% from 255 or 30.09% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD1C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD1C6 is #042E39. Grayscale: #DCDCDC. Windows color (decimal): -273978 or 13029883. OLE color: 13029883.

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

Color convert

RGB251209198-
CMYK00.170.210.02
HSL12.45º86.89%88.04%-
HSV(B)12.45º21.12%98.43%-
XYZ72.7870.1963.14-
YUV220.3115.41149.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.15%
GREEN value IS 209 (82.03% from 255) = 31.76%
BLUE value IS 198 (77.73% from 255) = 30.09%
R=38.15%
G=31.76%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120919800.170.210.0212.4586.8988.04
HexFBD1C6011152c5758
Octal37332130602125214127130
Binary1111101111010001110001100100011010110110010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD1C6; }

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

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

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

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

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

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

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

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