Html Css Color HEX #FCECF2 Lavender Blush

📋 copy color: '#FCECF2'

red 252 ◦ green 236 ◦ blue 242

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

Shades of Lavender Blush #FCECF2

Tints of Lavender Blush #FCECF2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 32.33%

 BLUE value IS 242 (94.92% from 255) = 33.15%

R = 34.52%
G = 32.33%
B = 33.15%

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

#FCECF2 (or 0xFCECF2) is known color: Lavender Blush. HEX triplet: FC, EC and F2. RGB value is (252,236,242). Sum of RGB (Red+Green+Blue) = 252+236+242=730 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.52% from 730); Green value is 236 (92.58% from 255 or 32.33% from 730); Blue value is 242 (94.92% from 255 or 33.15% from 730); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCECF2 is #03130D. Grayscale: #F1F1F1. Windows color (decimal): -201486 or 15920380. OLE color: 15920380.

HSL color Cylindrical-coordinate representation of color #FCECF2: hue angle of 337.5º degrees, saturation: 0.73, 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 #FCECF2 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 236 242 -
CMYK 0 0.06 0.04 0.01
HSL 337.5º 0.73% 0.96% -
HSV(B) 337.5º 0.06% 0.99% -
XYZ 86.17 87.1 96.27 -
YUV 241.47 128.3 135.51 -
System Red Green Blue C M Y K H S L
Decimal 252 236 242 0 0.06 0.04 0.01 337.5 0.73 0.96
Hex FC EC F2 0 6 4 1 152 49 60
Octal 374 354 362 0 6 4 1 522 111 140
Binary 11111100 11101100 11110010 0 110 100 1 101010010 1001001 1100000

Color Harmonies of #FCECF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCECF2

Black with #FCECF2

Text Example


Text Example

White with #FCECF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCECF2; }

 p { color: rgb(252,236,242); }

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

background-color css

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

 a { background-color: rgb(252,236,242); }

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

border-color css

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

 span { border-color: rgb(252,236,242); }

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