Html Css Color HEX #FCF1E0 Forget Me Not

📋 copy color: '#FCF1E0'

red 252 ◦ green 241 ◦ blue 224

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

Shades of Forget Me Not #FCF1E0

Tints of Forget Me Not #FCF1E0

RGB

 RED value IS 252 (98.83% from 255) = 35.15%

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

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

R = 35.15%
G = 33.61%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FCF1E0 (or 0xFCF1E0) is known color: Forget Me Not. HEX triplet: FC, F1 and E0. RGB value is (252,241,224). Sum of RGB (Red+Green+Blue) = 252+241+224=717 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.15% from 717); Green value is 241 (94.53% from 255 or 33.61% from 717); Blue value is 224 (87.89% from 255 or 31.24% from 717); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF1E0 is #030E1F. Grayscale: #F2F2F2. Windows color (decimal): -200224 or 14742012. OLE color: 14742012.

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

Color convert

RGB 252 241 224 -
CMYK 0 0.04 0.11 0.01
HSL 36.43º 0.82% 0.93% -
HSV(B) 36.43º 0.11% 0.99% -
XYZ 85.05 88.99 83.21 -
YUV 242.35 117.64 134.88 -
System Red Green Blue C M Y K H S L
Decimal 252 241 224 0 0.04 0.11 0.01 36.43 0.82 0.93
Hex FC F1 E0 0 4 B 1 24 52 5D
Octal 374 361 340 0 4 13 1 44 122 135
Binary 11111100 11110001 11100000 0 100 1011 1 100100 1010010 1011101

Color Harmonies of #FCF1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF1E0

Black with #FCF1E0

Text Example


Text Example

White with #FCF1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF1E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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