Html Css Color HEX #FFF2DD Forget Me Not

📋 copy color: '#FFF2DD'

red 255 ◦ green 242 ◦ blue 221

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

Shades of Forget Me Not #FFF2DD

Tints of Forget Me Not #FFF2DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 30.78%

R = 35.52%
G = 33.7%
B = 30.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FFF2DD (or 0xFFF2DD) is known color: Forget Me Not. HEX triplet: FF, F2 and DD. RGB value is (255,242,221). Sum of RGB (Red+Green+Blue) = 255+242+221=718 (95% of max value = 765). Red value is 255 (100% from 255 or 35.52% from 718); Green value is 242 (94.92% from 255 or 33.70% from 718); Blue value is 221 (86.72% from 255 or 30.78% from 718); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF2DD is #000D22. Grayscale: #F3F3F3. Windows color (decimal): -3363 or 14545663. OLE color: 14545663.

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

Color convert

RGB 255 242 221 -
CMYK 0 0.05 0.13 0
HSL 37.06º 1% 0.93% -
HSV(B) 37.06º 0.13% 1% -
XYZ 86.04 89.98 81.24 -
YUV 243.49 115.31 136.21 -
System Red Green Blue C M Y K H S L
Decimal 255 242 221 0 0.05 0.13 0 37.06 1 0.93
Hex FF F2 DD 0 5 D 0 25 64 5D
Octal 377 362 335 0 5 15 0 45 144 135
Binary 11111111 11110010 11011101 0 101 1101 0 100101 1100100 1011101

Color Harmonies of #FFF2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF2DD

Black with #FFF2DD

Text Example


Text Example

White with #FFF2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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