Html Css Color HEX #FAEDF3 Lavender Blush

📋 copy color: '#FAEDF3'

red 250 ◦ green 237 ◦ blue 243

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

Shades of Lavender Blush #FAEDF3

Tints of Lavender Blush #FAEDF3

RGB

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

 GREEN value IS 237 (92.97% from 255) = 32.47%

 BLUE value IS 243 (95.31% from 255) = 33.29%

R = 34.25%
G = 32.47%
B = 33.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FAEDF3 (or 0xFAEDF3) is known color: Lavender Blush. HEX triplet: FA, ED and F3. RGB value is (250,237,243). Sum of RGB (Red+Green+Blue) = 250+237+243=730 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.25% from 730); Green value is 237 (92.97% from 255 or 32.47% from 730); Blue value is 243 (95.31% from 255 or 33.29% from 730); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEDF3 is #05120C. Grayscale: #F1F1F1. Windows color (decimal): -332301 or 15986170. OLE color: 15986170.

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

Color convert

RGB 250 237 243 -
CMYK 0 0.05 0.03 0.02
HSL 332.31º 0.57% 0.95% -
HSV(B) 332.31º 0.05% 0.98% -
XYZ 85.89 87.36 97.13 -
YUV 241.57 128.81 134.01 -
System Red Green Blue C M Y K H S L
Decimal 250 237 243 0 0.05 0.03 0.02 332.31 0.57 0.95
Hex FA ED F3 0 5 3 2 14C 39 5F
Octal 372 355 363 0 5 3 2 514 71 137
Binary 11111010 11101101 11110011 0 101 11 10 101001100 111001 1011111

Color Harmonies of #FAEDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEDF3

Black with #FAEDF3

Text Example


Text Example

White with #FAEDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEDF3; }

 p { color: rgb(250,237,243); }

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

background-color css

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

 a { background-color: rgb(250,237,243); }

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

border-color css

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

 span { border-color: rgb(250,237,243); }

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