#FEDCBF

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

Shades of Karry #FEDCBF

Tints of Karry #FEDCBF

Color information

#FEDCBF (or 0xFEDCBF) is unknown color: approx Karry. HEX triplet: FE, DC and BF. RGB value is (254,220,191). Sum of RGB (Red+Green+Blue) = 254+220+191=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 191 (75% from 255 or 28.72% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCBF is #012340. Grayscale: #E3E3E3. Windows color (decimal): -74561 or 12573950. OLE color: 12573950.

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

Color convert

RGB254220191-
CMYK00.130.250.00
HSL27.62º96.92%87.25%-
HSV(B)27.62º24.8%99.61%-
XYZ75.8776.0259.96-
YUV226.86107.76147.36-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.20%
GREEN value IS 220 (86.33% from 255) = 33.08%
BLUE value IS 191 (75% from 255) = 28.72%
R=38.20%
G=33.08%
B=28.72%

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
Decimal25422019100.130.250.0027.6296.9287.25
HexFEDCBF0D1901c6157
Octal37633427701531034141127
Binary111111101101110010111111011011100101110011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCBF; }

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

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

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

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

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

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

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

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