Html Css Color HEX #FEDD8F Vis Vis

📋 copy color: '#FEDD8F'

red 254 ◦ green 221 ◦ blue 143

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

Shades of Vis Vis #FEDD8F

Tints of Vis Vis #FEDD8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 23.14%

R = 41.1%
G = 35.76%
B = 23.14%

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

#FEDD8F (or 0xFEDD8F) is known color: Vis Vis. HEX triplet: FE, DD and 8F. RGB value is (254,221,143). Sum of RGB (Red+Green+Blue) = 254+221+143=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 143 (56.25% from 255 or 23.14% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDD8F is #012270. Grayscale: #DEDEDE. Windows color (decimal): -74353 or 9428478. OLE color: 9428478.

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

Color convert

RGB 254 221 143 -
CMYK 0 0.13 0.44 0.00
HSL 42.16º 0.98% 0.78% -
HSV(B) 42.16º 0.44% 1% -
XYZ 71.69 74.77 36.64 -
YUV 221.98 83.43 150.84 -
System Red Green Blue C M Y K H S L
Decimal 254 221 143 0 0.13 0.44 0.00 42.16 0.98 0.78
Hex FE DD 8F 0 D 2C 0 2A 62 4E
Octal 376 335 217 0 15 54 0 52 142 116
Binary 11111110 11011101 10001111 0 1101 101100 0 101010 1100010 1001110

Color Harmonies of #FEDD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD8F

Black with #FEDD8F

Text Example


Text Example

White with #FEDD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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