Html Css Color HEX #FFF2DB Forget Me Not

📋 copy color: '#FFF2DB'

red 255 ◦ green 242 ◦ blue 219

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

Shades of Forget Me Not #FFF2DB

Tints of Forget Me Not #FFF2DB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 33.8%

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

R = 35.61%
G = 33.8%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FFF2DB (or 0xFFF2DB) is known color: Forget Me Not. HEX triplet: FF, F2 and DB. RGB value is (255,242,219). Sum of RGB (Red+Green+Blue) = 255+242+219=716 (94% of max value = 765). Red value is 255 (100% from 255 or 35.61% from 716); Green value is 242 (94.92% from 255 or 33.80% from 716); Blue value is 219 (85.94% from 255 or 30.59% from 716); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF2DB is #000D24. Grayscale: #F3F3F3. Windows color (decimal): -3365 or 14414591. OLE color: 14414591.

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

Color convert

RGB 255 242 219 -
CMYK 0 0.05 0.14 0
HSL 38.33º 1% 0.93% -
HSV(B) 38.33º 0.14% 1% -
XYZ 85.78 89.88 79.85 -
YUV 243.27 114.31 136.37 -
System Red Green Blue C M Y K H S L
Decimal 255 242 219 0 0.05 0.14 0 38.33 1 0.93
Hex FF F2 DB 0 5 E 0 26 64 5D
Octal 377 362 333 0 5 16 0 46 144 135
Binary 11111111 11110010 11011011 0 101 1110 0 100110 1100100 1011101

Color Harmonies of #FFF2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF2DB

Black with #FFF2DB

Text Example


Text Example

White with #FFF2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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