Html Css Color HEX #FAEEF4 Lavender Blush

📋 copy color: '#FAEEF4'

red 250 ◦ green 238 ◦ blue 244

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

Shades of Lavender Blush #FAEEF4

Tints of Lavender Blush #FAEEF4

RGB

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

 GREEN value IS 238 (93.36% from 255) = 32.51%

 BLUE value IS 244 (95.7% from 255) = 33.33%

R = 34.15%
G = 32.51%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FAEEF4 (or 0xFAEEF4) is known color: Lavender Blush. HEX triplet: FA, EE and F4. RGB value is (250,238,244). Sum of RGB (Red+Green+Blue) = 250+238+244=732 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.15% from 732); Green value is 238 (93.36% from 255 or 32.51% from 732); Blue value is 244 (95.70% from 255 or 33.33% from 732); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEEF4 is #05110B. Grayscale: #F2F2F2. Windows color (decimal): -332044 or 16051962. OLE color: 16051962.

HSL color Cylindrical-coordinate representation of color #FAEEF4: hue angle of 330º degrees, saturation: 0.55, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FAEEF4 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 238 244 -
CMYK 0 0.05 0.02 0.02
HSL 330º 0.55% 0.96% -
HSV(B) 330º 0.05% 0.98% -
XYZ 86.33 88 98.02 -
YUV 242.27 128.98 133.51 -
System Red Green Blue C M Y K H S L
Decimal 250 238 244 0 0.05 0.02 0.02 330 0.55 0.96
Hex FA EE F4 0 5 2 2 14A 37 60
Octal 372 356 364 0 5 2 2 512 67 140
Binary 11111010 11101110 11110100 0 101 10 10 101001010 110111 1100000

Color Harmonies of #FAEEF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEEF4

Black with #FAEEF4

Text Example


Text Example

White with #FAEEF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEEF4; }

 p { color: rgb(250,238,244); }

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

background-color css

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

 a { background-color: rgb(250,238,244); }

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

border-color css

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

 span { border-color: rgb(250,238,244); }

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