#FEDDBF

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

Shades of Karry #FEDDBF

Tints of Karry #FEDDBF

Color information

#FEDDBF (or 0xFEDDBF) is unknown color: approx Karry. HEX triplet: FE, DD and BF. RGB value is (254,221,191). Sum of RGB (Red+Green+Blue) = 254+221+191=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 191 (75% from 255 or 28.68% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDBF is #012240. Grayscale: #E3E3E3. Windows color (decimal): -74305 or 12574206. OLE color: 12574206.

HSL color Cylindrical-coordinate representation of color #FEDDBF: hue angle of 28.57º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEDDBF is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB254221191-
CMYK00.130.250.00
HSL28.57º96.92%87.25%-
HSV(B)28.57º24.8%99.61%-
XYZ76.1376.5560.05-
YUV227.45107.43146.94-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.14%
GREEN value IS 221 (86.72% from 255) = 33.18%
BLUE value IS 191 (75% from 255) = 28.68%
R=38.14%
G=33.18%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422119100.130.250.0028.5796.9287.25
HexFEDDBF0D1901d6157
Octal37633527701531035141127
Binary111111101101110110111111011011100101110111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDDBF; }

 p { color: rgb(254,221,191); }

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

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

 a { background-color: rgb(254,221,191); }

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

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

 span { border-color: rgb(254,221,191); }

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