#FBDDC6

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

Shades of Karry #FBDDC6

Tints of Karry #FBDDC6

Color information

#FBDDC6 (or 0xFBDDC6) is unknown color: approx Karry. HEX triplet: FB, DD and C6. RGB value is (251,221,198). Sum of RGB (Red+Green+Blue) = 251+221+198=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 198 (77.73% from 255 or 29.55% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDC6 is #042239. Grayscale: #E3E3E3. Windows color (decimal): -270906 or 13032955. OLE color: 13032955.

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

Color convert

RGB251221198-
CMYK00.120.210.02
HSL26.04º86.89%88.04%-
HSV(B)26.04º21.12%98.43%-
XYZ75.8376.364.16-
YUV227.35111.44144.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.46%
GREEN value IS 221 (86.72% from 255) = 32.99%
BLUE value IS 198 (77.73% from 255) = 29.55%
R=37.46%
G=32.99%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122119800.120.210.0226.0486.8988.04
HexFBDDC60C1521a5758
Octal37333530601425232127130
Binary1111101111011101110001100110010101101101010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDDC6; }

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

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

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

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

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

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

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

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