#FED9BF

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

Shades of Karry #FED9BF

Tints of Karry #FED9BF

Color information

#FED9BF (or 0xFED9BF) is unknown color: approx Karry. HEX triplet: FE, D9 and BF. RGB value is (254,217,191). Sum of RGB (Red+Green+Blue) = 254+217+191=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 217 (85.16% from 255 or 32.78% from 662); Blue value is 191 (75% from 255 or 28.85% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED9BF is #012640. Grayscale: #E1E1E1. Windows color (decimal): -75329 or 12573182. OLE color: 12573182.

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

Color convert

RGB254217191-
CMYK00.150.250.00
HSL24.76º96.92%87.25%-
HSV(B)24.76º24.8%99.61%-
XYZ75.0974.4659.7-
YUV225.1108.76148.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.37%
GREEN value IS 217 (85.16% from 255) = 32.78%
BLUE value IS 191 (75% from 255) = 28.85%
R=38.37%
G=32.78%
B=28.85%

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
Decimal25421719100.150.250.0024.7696.9287.25
HexFED9BF0F190196157
Octal37633127701731031141127
Binary111111101101100110111111011111100101100111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED9BF; }

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

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

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

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

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

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

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

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