#FEDEBF

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

Shades of Karry #FEDEBF

Tints of Karry #FEDEBF

Color information

#FEDEBF (or 0xFEDEBF) is unknown color: approx Karry. HEX triplet: FE, DE and BF. RGB value is (254,222,191). Sum of RGB (Red+Green+Blue) = 254+222+191=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 191 (75% from 255 or 28.64% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDEBF is #012140. Grayscale: #E4E4E4. Windows color (decimal): -74049 or 12574462. OLE color: 12574462.

HSL color Cylindrical-coordinate representation of color #FEDEBF: hue angle of 29.52º 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 #FEDEBF is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB254222191-
CMYK00.130.250.00
HSL29.52º96.92%87.25%-
HSV(B)29.52º24.8%99.61%-
XYZ76.477.0760.14-
YUV228.03107.1146.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.08%
GREEN value IS 222 (87.11% from 255) = 33.28%
BLUE value IS 191 (75% from 255) = 28.64%
R=38.08%
G=33.28%
B=28.64%

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
Decimal25422219100.130.250.0029.5296.9287.25
HexFEDEBF0D1901e6157
Octal37633627701531036141127
Binary111111101101111010111111011011100101111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDEBF; }

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

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

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

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

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

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

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

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