Html Css Color HEX #FDDD8E Vis Vis

📋 copy color: '#FDDD8E'

red 253 ◦ green 221 ◦ blue 142

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

Shades of Vis Vis #FDDD8E

Tints of Vis Vis #FDDD8E

RGB

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

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

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

R = 41.07%
G = 35.88%
B = 23.05%

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

#FDDD8E (or 0xFDDD8E) is known color: Vis Vis. HEX triplet: FD, DD and 8E. RGB value is (253,221,142). Sum of RGB (Red+Green+Blue) = 253+221+142=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 142 (55.86% from 255 or 23.05% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDD8E is #022271. Grayscale: #DDDDDD. Windows color (decimal): -139890 or 9362941. OLE color: 9362941.

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

Color convert

RGB 253 221 142 -
CMYK 0 0.13 0.44 0.01
HSL 42.7º 0.97% 0.77% -
HSV(B) 42.7º 0.44% 0.99% -
XYZ 71.25 74.55 36.23 -
YUV 221.56 83.1 150.42 -
System Red Green Blue C M Y K H S L
Decimal 253 221 142 0 0.13 0.44 0.01 42.7 0.97 0.77
Hex FD DD 8E 0 D 2C 1 2B 61 4D
Octal 375 335 216 0 15 54 1 53 141 115
Binary 11111101 11011101 10001110 0 1101 101100 1 101011 1100001 1001101

Color Harmonies of #FDDD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDD8E

Black with #FDDD8E

Text Example


Text Example

White with #FDDD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDD8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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