Html Css Color HEX #FBF0DE Forget Me Not

📋 copy color: '#FBF0DE'

red 251 ◦ green 240 ◦ blue 222

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

Shades of Forget Me Not #FBF0DE

Tints of Forget Me Not #FBF0DE

RGB

 RED value IS 251 (98.44% from 255) = 35.2%

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

 BLUE value IS 222 (87.11% from 255) = 31.14%

R = 35.2%
G = 33.66%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FBF0DE (or 0xFBF0DE) is known color: Forget Me Not. HEX triplet: FB, F0 and DE. RGB value is (251,240,222). Sum of RGB (Red+Green+Blue) = 251+240+222=713 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.20% from 713); Green value is 240 (94.14% from 255 or 33.66% from 713); Blue value is 222 (87.11% from 255 or 31.14% from 713); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF0DE is #040F21. Grayscale: #F1F1F1. Windows color (decimal): -266018 or 14610683. OLE color: 14610683.

HSL color Cylindrical-coordinate representation of color #FBF0DE: hue angle of 37.24º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBF0DE is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 240 222 -
CMYK 0 0.04 0.12 0.02
HSL 37.24º 0.78% 0.93% -
HSV(B) 37.24º 0.12% 0.98% -
XYZ 84.13 88.1 81.68 -
YUV 241.24 117.14 134.96 -
System Red Green Blue C M Y K H S L
Decimal 251 240 222 0 0.04 0.12 0.02 37.24 0.78 0.93
Hex FB F0 DE 0 4 C 2 25 4E 5D
Octal 373 360 336 0 4 14 2 45 116 135
Binary 11111011 11110000 11011110 0 100 1100 10 100101 1001110 1011101

Color Harmonies of #FBF0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF0DE

Black with #FBF0DE

Text Example


Text Example

White with #FBF0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF0DE; }

 p { color: rgb(251,240,222); }

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

background-color css

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

 a { background-color: rgb(251,240,222); }

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

border-color css

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

 span { border-color: rgb(251,240,222); }

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