Html Css Color HEX #FDF0DD Forget Me Not

📋 copy color: '#FDF0DD'

red 253 ◦ green 240 ◦ blue 221

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

Shades of Forget Me Not #FDF0DD

Tints of Forget Me Not #FDF0DD

RGB

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

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

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

R = 35.43%
G = 33.61%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDF0DD (or 0xFDF0DD) is known color: Forget Me Not. HEX triplet: FD, F0 and DD. RGB value is (253,240,221). Sum of RGB (Red+Green+Blue) = 253+240+221=714 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.43% from 714); Green value is 240 (94.14% from 255 or 33.61% from 714); Blue value is 221 (86.72% from 255 or 30.95% from 714); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF0DD is #020F22. Grayscale: #F1F1F1. Windows color (decimal): -134947 or 14545149. OLE color: 14545149.

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

Color convert

RGB 253 240 221 -
CMYK 0 0.05 0.13 0.01
HSL 35.63º 0.89% 0.93% -
HSV(B) 35.63º 0.13% 0.99% -
XYZ 84.72 88.42 81.01 -
YUV 241.72 116.31 136.04 -
System Red Green Blue C M Y K H S L
Decimal 253 240 221 0 0.05 0.13 0.01 35.63 0.89 0.93
Hex FD F0 DD 0 5 D 1 24 59 5D
Octal 375 360 335 0 5 15 1 44 131 135
Binary 11111101 11110000 11011101 0 101 1101 1 100100 1011001 1011101

Color Harmonies of #FDF0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF0DD

Black with #FDF0DD

Text Example


Text Example

White with #FDF0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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