Html Css Color HEX #FAECF0 Lavender Blush

📋 copy color: '#FAECF0'

red 250 ◦ green 236 ◦ blue 240

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

Shades of Lavender Blush #FAECF0

Tints of Lavender Blush #FAECF0

RGB

 RED value IS 250 (98.05% from 255) = 34.44%

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

 BLUE value IS 240 (94.14% from 255) = 33.06%

R = 34.44%
G = 32.51%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FAECF0 (or 0xFAECF0) is known color: Lavender Blush. HEX triplet: FA, EC and F0. RGB value is (250,236,240). Sum of RGB (Red+Green+Blue) = 250+236+240=726 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.44% from 726); Green value is 236 (92.58% from 255 or 32.51% from 726); Blue value is 240 (94.14% from 255 or 33.06% from 726); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAECF0 is #05130F. Grayscale: #F0F0F0. Windows color (decimal): -332560 or 15789306. OLE color: 15789306.

HSL color Cylindrical-coordinate representation of color #FAECF0: hue angle of 342.86º degrees, saturation: 0.58, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FAECF0 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 236 240 -
CMYK 0 0.06 0.04 0.02
HSL 342.86º 0.58% 0.95% -
HSV(B) 342.86º 0.06% 0.98% -
XYZ 85.15 86.61 94.67 -
YUV 240.64 127.64 134.67 -
System Red Green Blue C M Y K H S L
Decimal 250 236 240 0 0.06 0.04 0.02 342.86 0.58 0.95
Hex FA EC F0 0 6 4 2 157 3A 5F
Octal 372 354 360 0 6 4 2 527 72 137
Binary 11111010 11101100 11110000 0 110 100 10 101010111 111010 1011111

Color Harmonies of #FAECF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAECF0

Black with #FAECF0

Text Example


Text Example

White with #FAECF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAECF0; }

 p { color: rgb(250,236,240); }

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

background-color css

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

 a { background-color: rgb(250,236,240); }

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

border-color css

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

 span { border-color: rgb(250,236,240); }

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