Html Css Color HEX #FDE18C Vis Vis

📋 copy color: '#FDE18C'

red 253 ◦ green 225 ◦ blue 140

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

Shades of Vis Vis #FDE18C

Tints of Vis Vis #FDE18C

RGB

 RED value IS 253 (99.22% from 255) = 40.94%

 GREEN value IS 225 (88.28% from 255) = 36.41%

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

R = 40.94%
G = 36.41%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FDE18C (or 0xFDE18C) is known color: Vis Vis. HEX triplet: FD, E1 and 8C. RGB value is (253,225,140). Sum of RGB (Red+Green+Blue) = 253+225+140=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 225 (88.28% from 255 or 36.41% from 618); Blue value is 140 (55.08% from 255 or 22.65% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE18C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE18C is #021E73. Grayscale: #E0E0E0. Windows color (decimal): -138868 or 9232893. OLE color: 9232893.

HSL color Cylindrical-coordinate representation of color #FDE18C: hue angle of 45.13º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDE18C is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 225 140 -
CMYK 0 0.11 0.45 0.01
HSL 45.13º 0.97% 0.77% -
HSV(B) 45.13º 0.45% 0.99% -
XYZ 72.17 76.63 35.8 -
YUV 223.68 80.78 148.91 -
System Red Green Blue C M Y K H S L
Decimal 253 225 140 0 0.11 0.45 0.01 45.13 0.97 0.77
Hex FD E1 8C 0 B 2D 1 2D 61 4D
Octal 375 341 214 0 13 55 1 55 141 115
Binary 11111101 11100001 10001100 0 1011 101101 1 101101 1100001 1001101

Color Harmonies of #FDE18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE18C

Black with #FDE18C

Text Example


Text Example

White with #FDE18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE18C; }

 p { color: rgb(253,225,140); }

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

background-color css

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

 a { background-color: rgb(253,225,140); }

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

border-color css

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

 span { border-color: rgb(253,225,140); }

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