Html Css Color HEX #FCEDF1 Lavender Blush

📋 copy color: '#FCEDF1'

red 252 ◦ green 237 ◦ blue 241

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

Shades of Lavender Blush #FCEDF1

Tints of Lavender Blush #FCEDF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 33.01%

R = 34.52%
G = 32.47%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FCEDF1 (or 0xFCEDF1) is known color: Lavender Blush. HEX triplet: FC, ED and F1. RGB value is (252,237,241). Sum of RGB (Red+Green+Blue) = 252+237+241=730 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.52% from 730); Green value is 237 (92.97% from 255 or 32.47% from 730); Blue value is 241 (94.53% from 255 or 33.01% from 730); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEDF1 is #03120E. Grayscale: #F1F1F1. Windows color (decimal): -201231 or 15855100. OLE color: 15855100.

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

Color convert

RGB 252 237 241 -
CMYK 0 0.06 0.04 0.01
HSL 344º 0.71% 0.96% -
HSV(B) 344º 0.06% 0.99% -
XYZ 86.31 87.61 95.58 -
YUV 241.94 127.47 135.17 -
System Red Green Blue C M Y K H S L
Decimal 252 237 241 0 0.06 0.04 0.01 344 0.71 0.96
Hex FC ED F1 0 6 4 1 158 47 60
Octal 374 355 361 0 6 4 1 530 107 140
Binary 11111100 11101101 11110001 0 110 100 1 101011000 1000111 1100000

Color Harmonies of #FCEDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEDF1

Black with #FCEDF1

Text Example


Text Example

White with #FCEDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEDF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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