Html Css Color HEX #FDF0DC Forget Me Not

📋 copy color: '#FDF0DC'

red 253 ◦ green 240 ◦ blue 220

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

Shades of Forget Me Not #FDF0DC

Tints of Forget Me Not #FDF0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 30.86%

R = 35.48%
G = 33.66%
B = 30.86%

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

#FDF0DC (or 0xFDF0DC) is known color: Forget Me Not. HEX triplet: FD, F0 and DC. RGB value is (253,240,220). Sum of RGB (Red+Green+Blue) = 253+240+220=713 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.48% from 713); Green value is 240 (94.14% from 255 or 33.66% from 713); Blue value is 220 (86.33% from 255 or 30.86% from 713); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF0DC is #020F23. Grayscale: #F1F1F1. Windows color (decimal): -134948 or 14479613. OLE color: 14479613.

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

Color convert

RGB 253 240 220 -
CMYK 0 0.05 0.13 0.01
HSL 36.36º 0.89% 0.93% -
HSV(B) 36.36º 0.13% 0.99% -
XYZ 84.59 88.37 80.31 -
YUV 241.61 115.81 136.13 -
System Red Green Blue C M Y K H S L
Decimal 253 240 220 0 0.05 0.13 0.01 36.36 0.89 0.93
Hex FD F0 DC 0 5 D 1 24 59 5D
Octal 375 360 334 0 5 15 1 44 131 135
Binary 11111101 11110000 11011100 0 101 1101 1 100100 1011001 1011101

Color Harmonies of #FDF0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF0DC

Black with #FDF0DC

Text Example


Text Example

White with #FDF0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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