Html Css Color HEX #FDF0D9 Forget Me Not

📋 copy color: '#FDF0D9'

red 253 ◦ green 240 ◦ blue 217

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

Shades of Forget Me Not #FDF0D9

Tints of Forget Me Not #FDF0D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 30.56%

R = 35.63%
G = 33.8%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FDF0D9 (or 0xFDF0D9) is known color: Forget Me Not. HEX triplet: FD, F0 and D9. RGB value is (253,240,217). Sum of RGB (Red+Green+Blue) = 253+240+217=710 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.63% from 710); Green value is 240 (94.14% from 255 or 33.80% from 710); Blue value is 217 (85.16% from 255 or 30.56% from 710); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF0D9 is #020F26. Grayscale: #F1F1F1. Windows color (decimal): -134951 or 14283005. OLE color: 14283005.

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

Color convert

RGB 253 240 217 -
CMYK 0 0.05 0.14 0.01
HSL 38.33º 0.9% 0.92% -
HSV(B) 38.33º 0.14% 0.99% -
XYZ 84.19 88.21 78.23 -
YUV 241.27 114.31 136.37 -
System Red Green Blue C M Y K H S L
Decimal 253 240 217 0 0.05 0.14 0.01 38.33 0.9 0.92
Hex FD F0 D9 0 5 E 1 26 5A 5C
Octal 375 360 331 0 5 16 1 46 132 134
Binary 11111101 11110000 11011001 0 101 1110 1 100110 1011010 1011100

Color Harmonies of #FDF0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF0D9

Black with #FDF0D9

Text Example


Text Example

White with #FDF0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF0D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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