Html Css Color HEX #FDDF8E Vis Vis

📋 copy color: '#FDDF8E'

red 253 ◦ green 223 ◦ blue 142

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

Shades of Vis Vis #FDDF8E

Tints of Vis Vis #FDDF8E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.08%

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

R = 40.94%
G = 36.08%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FDDF8E (or 0xFDDF8E) is known color: Vis Vis. HEX triplet: FD, DF and 8E. RGB value is (253,223,142). Sum of RGB (Red+Green+Blue) = 253+223+142=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 142 (55.86% from 255 or 22.98% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDF8E is #022071. Grayscale: #DFDFDF. Windows color (decimal): -139378 or 9363453. OLE color: 9363453.

HSL color Cylindrical-coordinate representation of color #FDDF8E: hue angle of 43.78º 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 #FDDF8E is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 223 142 -
CMYK 0 0.12 0.44 0.01
HSL 43.78º 0.97% 0.77% -
HSV(B) 43.78º 0.44% 0.99% -
XYZ 71.78 75.61 36.4 -
YUV 222.74 82.44 149.59 -
System Red Green Blue C M Y K H S L
Decimal 253 223 142 0 0.12 0.44 0.01 43.78 0.97 0.77
Hex FD DF 8E 0 C 2C 1 2C 61 4D
Octal 375 337 216 0 14 54 1 54 141 115
Binary 11111101 11011111 10001110 0 1100 101100 1 101100 1100001 1001101

Color Harmonies of #FDDF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF8E

Black with #FDDF8E

Text Example


Text Example

White with #FDDF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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