Html Css Color HEX #FCEFF2 Lavender Blush

📋 copy color: '#FCEFF2'

red 252 ◦ green 239 ◦ blue 242

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

Shades of Lavender Blush #FCEFF2

Tints of Lavender Blush #FCEFF2

RGB

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

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

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

R = 34.38%
G = 32.61%
B = 33.02%

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

#FCEFF2 (or 0xFCEFF2) is known color: Lavender Blush. HEX triplet: FC, EF and F2. RGB value is (252,239,242). Sum of RGB (Red+Green+Blue) = 252+239+242=733 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.38% from 733); Green value is 239 (93.75% from 255 or 32.61% from 733); Blue value is 242 (94.92% from 255 or 33.02% from 733); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEFF2 is #03100D. Grayscale: #F3F3F3. Windows color (decimal): -200718 or 15921148. OLE color: 15921148.

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

Color convert

RGB 252 239 242 -
CMYK 0 0.05 0.04 0.01
HSL 346.15º 0.68% 0.96% -
HSV(B) 346.15º 0.05% 0.99% -
XYZ 87.04 88.84 96.56 -
YUV 243.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 252 239 242 0 0.05 0.04 0.01 346.15 0.68 0.96
Hex FC EF F2 0 5 4 1 15A 44 60
Octal 374 357 362 0 5 4 1 532 104 140
Binary 11111100 11101111 11110010 0 101 100 1 101011010 1000100 1100000

Color Harmonies of #FCEFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEFF2

Black with #FCEFF2

Text Example


Text Example

White with #FCEFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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