Html Css Color HEX #FDF0DA Forget Me Not

📋 copy color: '#FDF0DA'

red 253 ◦ green 240 ◦ blue 218

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

Shades of Forget Me Not #FDF0DA

Tints of Forget Me Not #FDF0DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 30.66%

R = 35.58%
G = 33.76%
B = 30.66%

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

#FDF0DA (or 0xFDF0DA) is known color: Forget Me Not. HEX triplet: FD, F0 and DA. RGB value is (253,240,218). Sum of RGB (Red+Green+Blue) = 253+240+218=711 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.58% from 711); Green value is 240 (94.14% from 255 or 33.76% from 711); Blue value is 218 (85.55% from 255 or 30.66% from 711); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF0DA is #020F25. Grayscale: #F1F1F1. Windows color (decimal): -134950 or 14348541. OLE color: 14348541.

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

Color convert

RGB 253 240 218 -
CMYK 0 0.05 0.14 0.01
HSL 37.71º 0.9% 0.92% -
HSV(B) 37.71º 0.14% 0.99% -
XYZ 84.32 88.26 78.92 -
YUV 241.38 114.81 136.29 -
System Red Green Blue C M Y K H S L
Decimal 253 240 218 0 0.05 0.14 0.01 37.71 0.9 0.92
Hex FD F0 DA 0 5 E 1 26 5A 5C
Octal 375 360 332 0 5 16 1 46 132 134
Binary 11111101 11110000 11011010 0 101 1110 1 100110 1011010 1011100

Color Harmonies of #FDF0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF0DA

Black with #FDF0DA

Text Example


Text Example

White with #FDF0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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