Html Css Color HEX #FAECF8 Selago

📋 copy color: '#FAECF8'

red 250 ◦ green 236 ◦ blue 248

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

Shades of Selago #FAECF8

Tints of Selago #FAECF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 33.79%

R = 34.06%
G = 32.15%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FAECF8 (or 0xFAECF8) is known color: Selago. HEX triplet: FA, EC and F8. RGB value is (250,236,248). Sum of RGB (Red+Green+Blue) = 250+236+248=734 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.06% from 734); Green value is 236 (92.58% from 255 or 32.15% from 734); Blue value is 248 (97.27% from 255 or 33.79% from 734); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAECF8 is #051307. Grayscale: #F1F1F1. Windows color (decimal): -332552 or 16313594. OLE color: 16313594.

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

Color convert

RGB 250 236 248 -
CMYK 0 0.06 0.01 0.02
HSL 308.57º 0.58% 0.95% -
HSV(B) 308.57º 0.06% 0.98% -
XYZ 86.36 87.09 101.07 -
YUV 241.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 250 236 248 0 0.06 0.01 0.02 308.57 0.58 0.95
Hex FA EC F8 0 6 1 2 135 3A 5F
Octal 372 354 370 0 6 1 2 465 72 137
Binary 11111010 11101100 11111000 0 110 1 10 100110101 111010 1011111

Color Harmonies of #FAECF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAECF8

Black with #FAECF8

Text Example


Text Example

White with #FAECF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAECF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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