Html Css Color HEX #FDDD8C Vis Vis

📋 copy color: '#FDDD8C'

red 253 ◦ green 221 ◦ blue 140

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

Shades of Vis Vis #FDDD8C

Tints of Vis Vis #FDDD8C

RGB

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

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

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

R = 41.21%
G = 35.99%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FDDD8C (or 0xFDDD8C) is known color: Vis Vis. HEX triplet: FD, DD and 8C. RGB value is (253,221,140). Sum of RGB (Red+Green+Blue) = 253+221+140=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 140 (55.08% from 255 or 22.80% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDD8C is #022273. Grayscale: #DDDDDD. Windows color (decimal): -139892 or 9231869. OLE color: 9231869.

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

Color convert

RGB 253 221 140 -
CMYK 0 0.13 0.45 0.01
HSL 43.01º 0.97% 0.77% -
HSV(B) 43.01º 0.45% 0.99% -
XYZ 71.1 74.49 35.44 -
YUV 221.33 82.1 150.59 -
System Red Green Blue C M Y K H S L
Decimal 253 221 140 0 0.13 0.45 0.01 43.01 0.97 0.77
Hex FD DD 8C 0 D 2D 1 2B 61 4D
Octal 375 335 214 0 15 55 1 53 141 115
Binary 11111101 11011101 10001100 0 1101 101101 1 101011 1100001 1001101

Color Harmonies of #FDDD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDD8C

Black with #FDDD8C

Text Example


Text Example

White with #FDDD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDD8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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