#FBDDBF

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

Shades of Karry #FBDDBF

Tints of Karry #FBDDBF

Color information

#FBDDBF (or 0xFBDDBF) is unknown color: approx Karry. HEX triplet: FB, DD and BF. RGB value is (251,221,191). Sum of RGB (Red+Green+Blue) = 251+221+191=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 221 (86.72% from 255 or 33.33% from 663); Blue value is 191 (75% from 255 or 28.81% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDBF is #042240. Grayscale: #E2E2E2. Windows color (decimal): -270913 or 12574203. OLE color: 12574203.

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

Color convert

RGB251221191-
CMYK00.120.240.02
HSL30º88.24%86.67%-
HSV(B)30º23.9%98.43%-
XYZ75.0475.9860-
YUV226.55107.94145.44-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.86%
GREEN value IS 221 (86.72% from 255) = 33.33%
BLUE value IS 191 (75% from 255) = 28.81%
R=37.86%
G=33.33%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122119100.120.240.023088.2486.67
HexFBDDBF0C1821e5857
Octal37333527701430236130127
Binary1111101111011101101111110110011000101111010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDDBF; }

 p { color: rgb(251,221,191); }

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

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

 a { background-color: rgb(251,221,191); }

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

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

 span { border-color: rgb(251,221,191); }

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