#FBDCC1

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

Shades of Karry #FBDCC1

Tints of Karry #FBDCC1

Color information

#FBDCC1 (or 0xFBDCC1) is unknown color: approx Karry. HEX triplet: FB, DC and C1. RGB value is (251,220,193). Sum of RGB (Red+Green+Blue) = 251+220+193=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 220 (86.33% from 255 or 33.13% from 664); Blue value is 193 (75.78% from 255 or 29.07% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCC1 is #04233E. Grayscale: #E2E2E2. Windows color (decimal): -271167 or 12705019. OLE color: 12705019.

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

Color convert

RGB251220193-
CMYK00.120.230.02
HSL27.93º87.88%87.06%-
HSV(B)27.93º23.11%98.43%-
XYZ7575.5561.08-
YUV226.19109.27145.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.80%
GREEN value IS 220 (86.33% from 255) = 33.13%
BLUE value IS 193 (75.78% from 255) = 29.07%
R=37.80%
G=33.13%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122019300.120.230.0227.9387.8887.06
HexFBDCC10C1721c5857
Octal37333430101427234130127
Binary1111101111011100110000010110010111101110010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDCC1; }

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

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

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

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

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

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

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

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