Html Css Color HEX #FAECF9 Selago

📋 copy color: '#FAECF9'

red 250 ◦ green 236 ◦ blue 249

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

Shades of Selago #FAECF9

Tints of Selago #FAECF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 33.88%

R = 34.01%
G = 32.11%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FAECF9 (or 0xFAECF9) is known color: Selago. HEX triplet: FA, EC and F9. RGB value is (250,236,249). Sum of RGB (Red+Green+Blue) = 250+236+249=735 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.01% from 735); Green value is 236 (92.58% from 255 or 32.11% from 735); Blue value is 249 (97.66% from 255 or 33.88% from 735); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAECF9 is #051306. Grayscale: #F1F1F1. Windows color (decimal): -332551 or 16379130. OLE color: 16379130.

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

Color convert

RGB 250 236 249 -
CMYK 0 0.06 0.00 0.02
HSL 304.29º 0.58% 0.95% -
HSV(B) 304.29º 0.06% 0.98% -
XYZ 86.52 87.15 101.89 -
YUV 241.67 132.14 133.94 -
System Red Green Blue C M Y K H S L
Decimal 250 236 249 0 0.06 0.00 0.02 304.29 0.58 0.95
Hex FA EC F9 0 6 0 2 130 3A 5F
Octal 372 354 371 0 6 0 2 460 72 137
Binary 11111010 11101100 11111001 0 110 0 10 100110000 111010 1011111

Color Harmonies of #FAECF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAECF9

Black with #FAECF9

Text Example


Text Example

White with #FAECF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAECF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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