Html Css Color HEX #FED9BE Karry

📋 copy color: '#FED9BE'

red 254 ◦ green 217 ◦ blue 190

#FED9BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Karry #FED9BE

Tints of Karry #FED9BE

RGB

 RED value IS 254 (99.61% from 255) = 38.43%

 GREEN value IS 217 (85.16% from 255) = 32.83%

 BLUE value IS 190 (74.61% from 255) = 28.74%

R = 38.43%
G = 32.83%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FED9BE (or 0xFED9BE) is known color: Karry. HEX triplet: FE, D9 and BE. RGB value is (254,217,190). Sum of RGB (Red+Green+Blue) = 254+217+190=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 217 (85.16% from 255 or 32.83% from 661); Blue value is 190 (74.61% from 255 or 28.74% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED9BE is #012641. Grayscale: #E1E1E1. Windows color (decimal): -75330 or 12507646. OLE color: 12507646.

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

Color convert

RGB 254 217 190 -
CMYK 0 0.15 0.25 0.00
HSL 25.31º 0.97% 0.87% -
HSV(B) 25.31º 0.25% 1% -
XYZ 74.98 74.41 59.13 -
YUV 224.99 108.26 148.7 -
System Red Green Blue C M Y K H S L
Decimal 254 217 190 0 0.15 0.25 0.00 25.31 0.97 0.87
Hex FE D9 BE 0 F 19 0 19 61 57
Octal 376 331 276 0 17 31 0 31 141 127
Binary 11111110 11011001 10111110 0 1111 11001 0 11001 1100001 1010111

Color Harmonies of #FED9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED9BE

Black with #FED9BE

Text Example


Text Example

White with #FED9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED9BE; }

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

 H1.HeaderClassName
 {
   color: #FED9BE;
 }
 .AnyTagClassName
 {
   color: #FED9BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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