#FBDDC4

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

Shades of Karry #FBDDC4

Tints of Karry #FBDDC4

Color information

#FBDDC4 (or 0xFBDDC4) is unknown color: approx Karry. HEX triplet: FB, DD and C4. RGB value is (251,221,196). Sum of RGB (Red+Green+Blue) = 251+221+196=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 196 (76.95% from 255 or 29.34% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDC4 is #04223B. Grayscale: #E3E3E3. Windows color (decimal): -270908 or 12901883. OLE color: 12901883.

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

Color convert

RGB251221196-
CMYK00.120.220.02
HSL27.27º87.3%87.65%-
HSV(B)27.27º21.91%98.43%-
XYZ75.676.2162.95-
YUV227.12110.44145.03-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.57%
GREEN value IS 221 (86.72% from 255) = 33.08%
BLUE value IS 196 (76.95% from 255) = 29.34%
R=37.57%
G=33.08%
B=29.34%

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
Decimal25122119600.120.220.0227.2787.387.65
HexFBDDC40C1621b5758
Octal37333530401426233127130
Binary1111101111011101110001000110010110101101110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDDC4; }

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

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

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

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

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

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

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

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