Html Css Color HEX #FEDD8C Vis Vis

📋 copy color: '#FEDD8C'

red 254 ◦ green 221 ◦ blue 140

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

Shades of Vis Vis #FEDD8C

Tints of Vis Vis #FEDD8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 22.76%

R = 41.3%
G = 35.93%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FEDD8C (or 0xFEDD8C) is known color: Vis Vis. HEX triplet: FE, DD and 8C. RGB value is (254,221,140). Sum of RGB (Red+Green+Blue) = 254+221+140=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 140 (55.08% from 255 or 22.76% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDD8C is #012273. Grayscale: #DDDDDD. Windows color (decimal): -74356 or 9231870. OLE color: 9231870.

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

Color convert

RGB 254 221 140 -
CMYK 0 0.13 0.45 0.00
HSL 42.63º 0.98% 0.77% -
HSV(B) 42.63º 0.45% 1% -
XYZ 71.46 74.68 35.46 -
YUV 221.63 81.93 151.09 -
System Red Green Blue C M Y K H S L
Decimal 254 221 140 0 0.13 0.45 0.00 42.63 0.98 0.77
Hex FE DD 8C 0 D 2D 0 2B 62 4D
Octal 376 335 214 0 15 55 0 53 142 115
Binary 11111110 11011101 10001100 0 1101 101101 0 101011 1100010 1001101

Color Harmonies of #FEDD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD8C

Black with #FEDD8C

Text Example


Text Example

White with #FEDD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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