#FED8BF

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

Shades of Karry #FED8BF

Tints of Karry #FED8BF

Color information

#FED8BF (or 0xFED8BF) is unknown color: approx Karry. HEX triplet: FE, D8 and BF. RGB value is (254,216,191). Sum of RGB (Red+Green+Blue) = 254+216+191=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 216 (84.77% from 255 or 32.68% from 661); Blue value is 191 (75% from 255 or 28.90% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED8BF is #012740. Grayscale: #E0E0E0. Windows color (decimal): -75585 or 12572926. OLE color: 12572926.

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

Color convert

RGB254216191-
CMYK00.150.250.00
HSL23.81º96.92%87.25%-
HSV(B)23.81º24.8%99.61%-
XYZ74.8373.9459.62-
YUV224.51109.09149.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.43%
GREEN value IS 216 (84.77% from 255) = 32.68%
BLUE value IS 191 (75% from 255) = 28.90%
R=38.43%
G=32.68%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421619100.150.250.0023.8196.9287.25
HexFED8BF0F190186157
Octal37633027701731030141127
Binary111111101101100010111111011111100101100011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED8BF; }

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

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

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

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

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

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

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

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