Html Css Color HEX #FAEAF7 Selago

📋 copy color: '#FAEAF7'

red 250 ◦ green 234 ◦ blue 247

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

Shades of Selago #FAEAF7

Tints of Selago #FAEAF7

RGB

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

 GREEN value IS 234 (91.8% from 255) = 32.01%

 BLUE value IS 247 (96.88% from 255) = 33.79%

R = 34.2%
G = 32.01%
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

#FAEAF7 (or 0xFAEAF7) is known color: Selago. HEX triplet: FA, EA and F7. RGB value is (250,234,247). Sum of RGB (Red+Green+Blue) = 250+234+247=731 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.20% from 731); Green value is 234 (91.80% from 255 or 32.01% from 731); Blue value is 247 (96.88% from 255 or 33.79% from 731); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEAF7 is #051508. Grayscale: #F0F0F0. Windows color (decimal): -333065 or 16247546. OLE color: 16247546.

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

Color convert

RGB 250 234 247 -
CMYK 0 0.06 0.01 0.02
HSL 311.25º 0.62% 0.95% -
HSV(B) 311.25º 0.06% 0.98% -
XYZ 85.64 85.89 100.06 -
YUV 240.27 131.8 134.94 -
System Red Green Blue C M Y K H S L
Decimal 250 234 247 0 0.06 0.01 0.02 311.25 0.62 0.95
Hex FA EA F7 0 6 1 2 137 3E 5F
Octal 372 352 367 0 6 1 2 467 76 137
Binary 11111010 11101010 11110111 0 110 1 10 100110111 111110 1011111

Color Harmonies of #FAEAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEAF7

Black with #FAEAF7

Text Example


Text Example

White with #FAEAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEAF7; }

 p { color: rgb(250,234,247); }

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

background-color css

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

 a { background-color: rgb(250,234,247); }

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

border-color css

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

 span { border-color: rgb(250,234,247); }

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