Html Css Color HEX #FBF1E0 Forget Me Not

📋 copy color: '#FBF1E0'

red 251 ◦ green 241 ◦ blue 224

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

Shades of Forget Me Not #FBF1E0

Tints of Forget Me Not #FBF1E0

RGB

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

 GREEN value IS 241 (94.53% from 255) = 33.66%

 BLUE value IS 224 (87.89% from 255) = 31.28%

R = 35.06%
G = 33.66%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FBF1E0 (or 0xFBF1E0) is known color: Forget Me Not. HEX triplet: FB, F1 and E0. RGB value is (251,241,224). Sum of RGB (Red+Green+Blue) = 251+241+224=716 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.06% from 716); Green value is 241 (94.53% from 255 or 33.66% from 716); Blue value is 224 (87.89% from 255 or 31.28% from 716); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF1E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF1E0 is #040E1F. Grayscale: #F2F2F2. Windows color (decimal): -265760 or 14742011. OLE color: 14742011.

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

Color convert

RGB 251 241 224 -
CMYK 0 0.04 0.11 0.02
HSL 37.78º 0.77% 0.93% -
HSV(B) 37.78º 0.11% 0.98% -
XYZ 84.69 88.8 83.2 -
YUV 242.05 117.81 134.38 -
System Red Green Blue C M Y K H S L
Decimal 251 241 224 0 0.04 0.11 0.02 37.78 0.77 0.93
Hex FB F1 E0 0 4 B 2 26 4D 5D
Octal 373 361 340 0 4 13 2 46 115 135
Binary 11111011 11110001 11100000 0 100 1011 10 100110 1001101 1011101

Color Harmonies of #FBF1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF1E0

Black with #FBF1E0

Text Example


Text Example

White with #FBF1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF1E0; }

 p { color: rgb(251,241,224); }

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

background-color css

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

 a { background-color: rgb(251,241,224); }

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

border-color css

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

 span { border-color: rgb(251,241,224); }

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