Html Css Color HEX #FCEFF1 Lavender Blush

📋 copy color: '#FCEFF1'

red 252 ◦ green 239 ◦ blue 241

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

Shades of Lavender Blush #FCEFF1

Tints of Lavender Blush #FCEFF1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 32.65%

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

R = 34.43%
G = 32.65%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FCEFF1 (or 0xFCEFF1) is known color: Lavender Blush. HEX triplet: FC, EF and F1. RGB value is (252,239,241). Sum of RGB (Red+Green+Blue) = 252+239+241=732 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.43% from 732); Green value is 239 (93.75% from 255 or 32.65% from 732); Blue value is 241 (94.53% from 255 or 32.92% from 732); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEFF1 is #03100E. Grayscale: #F3F3F3. Windows color (decimal): -200719 or 15855612. OLE color: 15855612.

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

Color convert

RGB 252 239 241 -
CMYK 0 0.05 0.04 0.01
HSL 350.77º 0.68% 0.96% -
HSV(B) 350.77º 0.05% 0.99% -
XYZ 86.89 88.78 95.78 -
YUV 243.12 126.81 134.34 -
System Red Green Blue C M Y K H S L
Decimal 252 239 241 0 0.05 0.04 0.01 350.77 0.68 0.96
Hex FC EF F1 0 5 4 1 15F 44 60
Octal 374 357 361 0 5 4 1 537 104 140
Binary 11111100 11101111 11110001 0 101 100 1 101011111 1000100 1100000

Color Harmonies of #FCEFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEFF1

Black with #FCEFF1

Text Example


Text Example

White with #FCEFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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