#FBDCC5

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

Shades of Karry #FBDCC5

Tints of Karry #FBDCC5

Color information

#FBDCC5 (or 0xFBDCC5) is unknown color: approx Karry. HEX triplet: FB, DC and C5. RGB value is (251,220,197). Sum of RGB (Red+Green+Blue) = 251+220+197=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 197 (77.34% from 255 or 29.49% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCC5 is #04233A. Grayscale: #E2E2E2. Windows color (decimal): -271163 or 12967163. OLE color: 12967163.

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

Color convert

RGB251220197-
CMYK00.120.220.02
HSL25.56º87.1%87.84%-
HSV(B)25.56º21.51%98.43%-
XYZ75.4575.7363.46-
YUV226.65111.27145.37-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.57%
GREEN value IS 220 (86.33% from 255) = 32.93%
BLUE value IS 197 (77.34% from 255) = 29.49%
R=37.57%
G=32.93%
B=29.49%

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
Decimal25122019700.120.220.0225.5687.187.84
HexFBDCC50C1621a5758
Octal37333430501426232127130
Binary1111101111011100110001010110010110101101010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDCC5; }

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

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

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

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

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

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

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

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