Html Css Color HEX #FDF5DD Off Yellow

📋 copy color: '#FDF5DD'

red 253 ◦ green 245 ◦ blue 221

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

Shades of Off Yellow #FDF5DD

Tints of Off Yellow #FDF5DD

RGB

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

 GREEN value IS 245 (96.09% from 255) = 34.08%

 BLUE value IS 221 (86.72% from 255) = 30.74%

R = 35.19%
G = 34.08%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDF5DD (or 0xFDF5DD) is known color: Off Yellow. HEX triplet: FD, F5 and DD. RGB value is (253,245,221). Sum of RGB (Red+Green+Blue) = 253+245+221=719 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.19% from 719); Green value is 245 (96.09% from 255 or 34.08% from 719); Blue value is 221 (86.72% from 255 or 30.74% from 719); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF5DD is #020A22. Grayscale: #F4F4F4. Windows color (decimal): -133667 or 14546429. OLE color: 14546429.

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

Color convert

RGB 253 245 221 -
CMYK 0 0.03 0.13 0.01
HSL 45º 0.89% 0.93% -
HSV(B) 45º 0.13% 0.99% -
XYZ 86.21 91.41 81.51 -
YUV 244.66 114.65 133.95 -
System Red Green Blue C M Y K H S L
Decimal 253 245 221 0 0.03 0.13 0.01 45 0.89 0.93
Hex FD F5 DD 0 3 D 1 2D 59 5D
Octal 375 365 335 0 3 15 1 55 131 135
Binary 11111101 11110101 11011101 0 11 1101 1 101101 1011001 1011101

Color Harmonies of #FDF5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF5DD

Black with #FDF5DD

Text Example


Text Example

White with #FDF5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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