Html Css Color HEX #FFF0DA Forget Me Not

📋 copy color: '#FFF0DA'

red 255 ◦ green 240 ◦ blue 218

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

Shades of Forget Me Not #FFF0DA

Tints of Forget Me Not #FFF0DA

RGB

 RED value IS 255 (100% from 255) = 35.76%

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

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

R = 35.76%
G = 33.66%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FFF0DA (or 0xFFF0DA) is known color: Forget Me Not. HEX triplet: FF, F0 and DA. RGB value is (255,240,218). Sum of RGB (Red+Green+Blue) = 255+240+218=713 (94% of max value = 765). Red value is 255 (100% from 255 or 35.76% from 713); Green value is 240 (94.14% from 255 or 33.66% from 713); Blue value is 218 (85.55% from 255 or 30.58% from 713); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF0DA is #000F25. Grayscale: #F2F2F2. Windows color (decimal): -3878 or 14348543. OLE color: 14348543.

HSL color Cylindrical-coordinate representation of color #FFF0DA: hue angle of 35.68º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFF0DA is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 255 240 218 -
CMYK 0 0.06 0.15 0
HSL 35.68º 1% 0.93% -
HSV(B) 35.68º 0.15% 1% -
XYZ 85.05 88.64 78.96 -
YUV 241.98 114.47 137.29 -
System Red Green Blue C M Y K H S L
Decimal 255 240 218 0 0.06 0.15 0 35.68 1 0.93
Hex FF F0 DA 0 6 F 0 24 64 5D
Octal 377 360 332 0 6 17 0 44 144 135
Binary 11111111 11110000 11011010 0 110 1111 0 100100 1100100 1011101

Color Harmonies of #FFF0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF0DA

Black with #FFF0DA

Text Example


Text Example

White with #FFF0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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