Html Css Color HEX #FDDC8F Vis Vis

📋 copy color: '#FDDC8F'

red 253 ◦ green 220 ◦ blue 143

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

Shades of Vis Vis #FDDC8F

Tints of Vis Vis #FDDC8F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.71%

 BLUE value IS 143 (56.25% from 255) = 23.21%

R = 41.07%
G = 35.71%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FDDC8F (or 0xFDDC8F) is known color: Vis Vis. HEX triplet: FD, DC and 8F. RGB value is (253,220,143). Sum of RGB (Red+Green+Blue) = 253+220+143=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 143 (56.25% from 255 or 23.21% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDC8F is #022370. Grayscale: #DDDDDD. Windows color (decimal): -140145 or 9428221. OLE color: 9428221.

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

Color convert

RGB 253 220 143 -
CMYK 0 0.13 0.43 0.01
HSL 42º 0.96% 0.78% -
HSV(B) 42º 0.43% 0.99% -
XYZ 71.06 74.05 36.53 -
YUV 221.09 83.93 150.76 -
System Red Green Blue C M Y K H S L
Decimal 253 220 143 0 0.13 0.43 0.01 42 0.96 0.78
Hex FD DC 8F 0 D 2B 1 2A 60 4E
Octal 375 334 217 0 15 53 1 52 140 116
Binary 11111101 11011100 10001111 0 1101 101011 1 101010 1100000 1001110

Color Harmonies of #FDDC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC8F

Black with #FDDC8F

Text Example


Text Example

White with #FDDC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC8F; }

 p { color: rgb(253,220,143); }

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

background-color css

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

 a { background-color: rgb(253,220,143); }

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

border-color css

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

 span { border-color: rgb(253,220,143); }

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