Html Css Color HEX #FEDFBE Karry

📋 copy color: '#FEDFBE'

red 254 ◦ green 223 ◦ blue 190

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

Shades of Karry #FEDFBE

Tints of Karry #FEDFBE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.43%

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

R = 38.08%
G = 33.43%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FEDFBE (or 0xFEDFBE) is known color: Karry. HEX triplet: FE, DF and BE. RGB value is (254,223,190). Sum of RGB (Red+Green+Blue) = 254+223+190=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 223 (87.5% from 255 or 33.43% from 667); Blue value is 190 (74.61% from 255 or 28.49% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFBE is #012041. Grayscale: #E4E4E4. Windows color (decimal): -73794 or 12509182. OLE color: 12509182.

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

Color convert

RGB 254 223 190 -
CMYK 0 0.12 0.25 0.00
HSL 30.94º 0.97% 0.87% -
HSV(B) 30.94º 0.25% 1% -
XYZ 76.55 77.56 59.65 -
YUV 228.51 106.27 146.18 -
System Red Green Blue C M Y K H S L
Decimal 254 223 190 0 0.12 0.25 0.00 30.94 0.97 0.87
Hex FE DF BE 0 C 19 0 1F 61 57
Octal 376 337 276 0 14 31 0 37 141 127
Binary 11111110 11011111 10111110 0 1100 11001 0 11111 1100001 1010111

Color Harmonies of #FEDFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDFBE

Black with #FEDFBE

Text Example


Text Example

White with #FEDFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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