Html Css Color HEX #FCEDDB Forget Me Not

📋 copy color: '#FCEDDB'

red 252 ◦ green 237 ◦ blue 219

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

Shades of Forget Me Not #FCEDDB

Tints of Forget Me Not #FCEDDB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 33.47%

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

R = 35.59%
G = 33.47%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCEDDB (or 0xFCEDDB) is known color: Forget Me Not. HEX triplet: FC, ED and DB. RGB value is (252,237,219). Sum of RGB (Red+Green+Blue) = 252+237+219=708 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.59% from 708); Green value is 237 (92.97% from 255 or 33.47% from 708); Blue value is 219 (85.94% from 255 or 30.93% from 708); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDDB is #031224. Grayscale: #EFEFEF. Windows color (decimal): -201253 or 14413308. OLE color: 14413308.

HSL color Cylindrical-coordinate representation of color #FCEDDB: hue angle of 32.73º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCEDDB is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 237 219 -
CMYK 0 0.06 0.13 0.01
HSL 32.73º 0.85% 0.92% -
HSV(B) 32.73º 0.13% 0.99% -
XYZ 83.22 86.38 79.3 -
YUV 239.43 116.47 136.96 -
System Red Green Blue C M Y K H S L
Decimal 252 237 219 0 0.06 0.13 0.01 32.73 0.85 0.92
Hex FC ED DB 0 6 D 1 21 55 5C
Octal 374 355 333 0 6 15 1 41 125 134
Binary 11111100 11101101 11011011 0 110 1101 1 100001 1010101 1011100

Color Harmonies of #FCEDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEDDB

Black with #FCEDDB

Text Example


Text Example

White with #FCEDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEDDB; }

 p { color: rgb(252,237,219); }

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

background-color css

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

 a { background-color: rgb(252,237,219); }

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

border-color css

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

 span { border-color: rgb(252,237,219); }

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