Html Css Color HEX #FDDB8E Vis Vis

📋 copy color: '#FDDB8E'

red 253 ◦ green 219 ◦ blue 142

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

Shades of Vis Vis #FDDB8E

Tints of Vis Vis #FDDB8E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.67%

 BLUE value IS 142 (55.86% from 255) = 23.13%

R = 41.21%
G = 35.67%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FDDB8E (or 0xFDDB8E) is known color: Vis Vis. HEX triplet: FD, DB and 8E. RGB value is (253,219,142). Sum of RGB (Red+Green+Blue) = 253+219+142=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 142 (55.86% from 255 or 23.13% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDB8E is #022471. Grayscale: #DCDCDC. Windows color (decimal): -140402 or 9362429. OLE color: 9362429.

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

Color convert

RGB 253 219 142 -
CMYK 0 0.13 0.44 0.01
HSL 41.62º 0.97% 0.77% -
HSV(B) 41.62º 0.44% 0.99% -
XYZ 70.72 73.5 36.05 -
YUV 220.39 83.76 151.26 -
System Red Green Blue C M Y K H S L
Decimal 253 219 142 0 0.13 0.44 0.01 41.62 0.97 0.77
Hex FD DB 8E 0 D 2C 1 2A 61 4D
Octal 375 333 216 0 15 54 1 52 141 115
Binary 11111101 11011011 10001110 0 1101 101100 1 101010 1100001 1001101

Color Harmonies of #FDDB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB8E

Black with #FDDB8E

Text Example


Text Example

White with #FDDB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB8E; }

 p { color: rgb(253,219,142); }

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

background-color css

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

 a { background-color: rgb(253,219,142); }

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

border-color css

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

 span { border-color: rgb(253,219,142); }

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