Html Css Color HEX #FEDD8D Vis Vis

📋 copy color: '#FEDD8D'

red 254 ◦ green 221 ◦ blue 141

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

Shades of Vis Vis #FEDD8D

Tints of Vis Vis #FEDD8D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.88%

 BLUE value IS 141 (55.47% from 255) = 22.89%

R = 41.23%
G = 35.88%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FEDD8D (or 0xFEDD8D) is known color: Vis Vis. HEX triplet: FE, DD and 8D. RGB value is (254,221,141). Sum of RGB (Red+Green+Blue) = 254+221+141=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 141 (55.47% from 255 or 22.89% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDD8D is #012272. Grayscale: #DEDEDE. Windows color (decimal): -74355 or 9297406. OLE color: 9297406.

HSL color Cylindrical-coordinate representation of color #FEDD8D: hue angle of 42.48º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEDD8D is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 221 141 -
CMYK 0 0.13 0.44 0.00
HSL 42.48º 0.98% 0.77% -
HSV(B) 42.48º 0.44% 1% -
XYZ 71.54 74.71 35.85 -
YUV 221.75 82.43 151 -
System Red Green Blue C M Y K H S L
Decimal 254 221 141 0 0.13 0.44 0.00 42.48 0.98 0.77
Hex FE DD 8D 0 D 2C 0 2A 62 4D
Octal 376 335 215 0 15 54 0 52 142 115
Binary 11111110 11011101 10001101 0 1101 101100 0 101010 1100010 1001101

Color Harmonies of #FEDD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD8D

Black with #FEDD8D

Text Example


Text Example

White with #FEDD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD8D; }

 p { color: rgb(254,221,141); }

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

background-color css

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

 a { background-color: rgb(254,221,141); }

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

border-color css

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

 span { border-color: rgb(254,221,141); }

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