#FBDCC6

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

Shades of Karry #FBDCC6

Tints of Karry #FBDCC6

Color information

#FBDCC6 (or 0xFBDCC6) is unknown color: approx Karry. HEX triplet: FB, DC and C6. RGB value is (251,220,198). Sum of RGB (Red+Green+Blue) = 251+220+198=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 198 (77.73% from 255 or 29.60% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCC6 is #042339. Grayscale: #E2E2E2. Windows color (decimal): -271162 or 13032699. OLE color: 13032699.

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

Color convert

RGB251220198-
CMYK00.120.210.02
HSL24.91º86.89%88.04%-
HSV(B)24.91º21.12%98.43%-
XYZ75.5775.7764.07-
YUV226.76111.77145.29-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.52%
GREEN value IS 220 (86.33% from 255) = 32.88%
BLUE value IS 198 (77.73% from 255) = 29.60%
R=37.52%
G=32.88%
B=29.60%

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
Decimal25122019800.120.210.0224.9186.8988.04
HexFBDCC60C152195758
Octal37333430601425231127130
Binary1111101111011100110001100110010101101100110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDCC6; }

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

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

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

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

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

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

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

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