Html Css Color HEX #FDE694 Vis Vis

📋 copy color: '#FDE694'

red 253 ◦ green 230 ◦ blue 148

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

Shades of Vis Vis #FDE694

Tints of Vis Vis #FDE694

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.45%

 BLUE value IS 148 (58.2% from 255) = 23.45%

R = 40.1%
G = 36.45%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDE694 (or 0xFDE694) is known color: Vis Vis. HEX triplet: FD, E6 and 94. RGB value is (253,230,148). Sum of RGB (Red+Green+Blue) = 253+230+148=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 230 (90.23% from 255 or 36.45% from 631); Blue value is 148 (58.20% from 255 or 23.45% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE694 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE694 is #02196B. Grayscale: #E3E3E3. Windows color (decimal): -137580 or 9758461. OLE color: 9758461.

HSL color Cylindrical-coordinate representation of color #FDE694: hue angle of 46.86º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDE694 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 230 148 -
CMYK 0 0.09 0.42 0.01
HSL 46.86º 0.96% 0.79% -
HSV(B) 46.86º 0.42% 0.99% -
XYZ 74.15 79.61 39.48 -
YUV 227.53 83.12 146.17 -
System Red Green Blue C M Y K H S L
Decimal 253 230 148 0 0.09 0.42 0.01 46.86 0.96 0.79
Hex FD E6 94 0 9 2A 1 2F 60 4F
Octal 375 346 224 0 11 52 1 57 140 117
Binary 11111101 11100110 10010100 0 1001 101010 1 101111 1100000 1001111

Color Harmonies of #FDE694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE694

Black with #FDE694

Text Example


Text Example

White with #FDE694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE694; }

 p { color: rgb(253,230,148); }

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

background-color css

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

 a { background-color: rgb(253,230,148); }

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

border-color css

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

 span { border-color: rgb(253,230,148); }

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