Html Css Color HEX #FFF0DB Forget Me Not

📋 copy color: '#FFF0DB'

red 255 ◦ green 240 ◦ blue 219

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

Shades of Forget Me Not #FFF0DB

Tints of Forget Me Not #FFF0DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 30.67%

R = 35.71%
G = 33.61%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FFF0DB (or 0xFFF0DB) is known color: Forget Me Not. HEX triplet: FF, F0 and DB. RGB value is (255,240,219). Sum of RGB (Red+Green+Blue) = 255+240+219=714 (94% of max value = 765). Red value is 255 (100% from 255 or 35.71% from 714); Green value is 240 (94.14% from 255 or 33.61% from 714); Blue value is 219 (85.94% from 255 or 30.67% from 714); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF0DB is #000F24. Grayscale: #F2F2F2. Windows color (decimal): -3877 or 14414079. OLE color: 14414079.

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

Color convert

RGB 255 240 219 -
CMYK 0 0.06 0.14 0
HSL 35º 1% 0.93% -
HSV(B) 35º 0.14% 1% -
XYZ 85.19 88.69 79.65 -
YUV 242.09 114.97 137.21 -
System Red Green Blue C M Y K H S L
Decimal 255 240 219 0 0.06 0.14 0 35 1 0.93
Hex FF F0 DB 0 6 E 0 23 64 5D
Octal 377 360 333 0 6 16 0 43 144 135
Binary 11111111 11110000 11011011 0 110 1110 0 100011 1100100 1011101

Color Harmonies of #FFF0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF0DB

Black with #FFF0DB

Text Example


Text Example

White with #FFF0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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