#FBDAC6

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

Shades of Karry #FBDAC6

Tints of Karry #FBDAC6

Color information

#FBDAC6 (or 0xFBDAC6) is unknown color: approx Karry. HEX triplet: FB, DA and C6. RGB value is (251,218,198). Sum of RGB (Red+Green+Blue) = 251+218+198=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 198 (77.73% from 255 or 29.69% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDAC6 is #042539. Grayscale: #E1E1E1. Windows color (decimal): -271674 or 13032187. OLE color: 13032187.

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

Color convert

RGB251218198-
CMYK00.130.210.02
HSL22.64º86.89%88.04%-
HSV(B)22.64º21.12%98.43%-
XYZ75.0574.7363.89-
YUV225.59112.43146.13-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.63%
GREEN value IS 218 (85.55% from 255) = 32.68%
BLUE value IS 198 (77.73% from 255) = 29.69%
R=37.63%
G=32.68%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121819800.130.210.0222.6486.8988.04
HexFBDAC60D152175758
Octal37333230601525227127130
Binary1111101111011010110001100110110101101011110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDAC6; }

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

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

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

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

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

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

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

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