Html Css Color HEX #FDF0D5 Varden

📋 copy color: '#FDF0D5'

red 253 ◦ green 240 ◦ blue 213

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

Shades of Varden #FDF0D5

Tints of Varden #FDF0D5

RGB

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

 GREEN value IS 240 (94.14% from 255) = 33.99%

 BLUE value IS 213 (83.59% from 255) = 30.17%

R = 35.84%
G = 33.99%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FDF0D5 (or 0xFDF0D5) is known color: Varden. HEX triplet: FD, F0 and D5. RGB value is (253,240,213). Sum of RGB (Red+Green+Blue) = 253+240+213=706 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.84% from 706); Green value is 240 (94.14% from 255 or 33.99% from 706); Blue value is 213 (83.59% from 255 or 30.17% from 706); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF0D5 is #020F2A. Grayscale: #F0F0F0. Windows color (decimal): -134955 or 14020861. OLE color: 14020861.

HSL color Cylindrical-coordinate representation of color #FDF0D5: hue angle of 40.5º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FDF0D5 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 240 213 -
CMYK 0 0.05 0.16 0.01
HSL 40.5º 0.91% 0.91% -
HSV(B) 40.5º 0.16% 0.99% -
XYZ 83.68 88.01 75.53 -
YUV 240.81 112.31 136.7 -
System Red Green Blue C M Y K H S L
Decimal 253 240 213 0 0.05 0.16 0.01 40.5 0.91 0.91
Hex FD F0 D5 0 5 10 1 28 5B 5B
Octal 375 360 325 0 5 20 1 50 133 133
Binary 11111101 11110000 11010101 0 101 10000 1 101000 1011011 1011011

Color Harmonies of #FDF0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF0D5

Black with #FDF0D5

Text Example


Text Example

White with #FDF0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF0D5; }

 p { color: rgb(253,240,213); }

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

background-color css

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

 a { background-color: rgb(253,240,213); }

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

border-color css

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

 span { border-color: rgb(253,240,213); }

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