#FBDCC4

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

Shades of Karry #FBDCC4

Tints of Karry #FBDCC4

Color information

#FBDCC4 (or 0xFBDCC4) is unknown color: approx Karry. HEX triplet: FB, DC and C4. RGB value is (251,220,196). Sum of RGB (Red+Green+Blue) = 251+220+196=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 196 (76.95% from 255 or 29.39% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCC4 is #04233B. Grayscale: #E2E2E2. Windows color (decimal): -271164 or 12901627. OLE color: 12901627.

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

Color convert

RGB251220196-
CMYK00.120.220.02
HSL26.18º87.3%87.65%-
HSV(B)26.18º21.91%98.43%-
XYZ75.3475.6862.86-
YUV226.53110.77145.45-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.63%
GREEN value IS 220 (86.33% from 255) = 32.98%
BLUE value IS 196 (76.95% from 255) = 29.39%
R=37.63%
G=32.98%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122019600.120.220.0226.1887.387.65
HexFBDCC40C1621a5758
Octal37333430401426232127130
Binary1111101111011100110001000110010110101101010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDCC4; }

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

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

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

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

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

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

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

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