Html Css Color HEX #FAEAFA Selago

📋 copy color: '#FAEAFA'

red 250 ◦ green 234 ◦ blue 250

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

Shades of Selago #FAEAFA

Tints of Selago #FAEAFA

RGB

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

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

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

R = 34.06%
G = 31.88%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FAEAFA (or 0xFAEAFA) is known color: Selago. HEX triplet: FA, EA and FA. RGB value is (250,234,250). Sum of RGB (Red+Green+Blue) = 250+234+250=734 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.06% from 734); Green value is 234 (91.80% from 255 or 31.88% from 734); Blue value is 250 (98.05% from 255 or 34.06% from 734); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAEAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEAFA is #051505. Grayscale: #F0F0F0. Windows color (decimal): -333062 or 16444154. OLE color: 16444154.

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

Color convert

RGB 250 234 250 -
CMYK 0 0.06 0 0.02
HSL 300º 0.62% 0.95% -
HSV(B) 300º 0.06% 0.98% -
XYZ 86.1 86.07 102.52 -
YUV 240.61 133.3 134.7 -
System Red Green Blue C M Y K H S L
Decimal 250 234 250 0 0.06 0 0.02 300 0.62 0.95
Hex FA EA FA 0 6 0 2 12C 3E 5F
Octal 372 352 372 0 6 0 2 454 76 137
Binary 11111010 11101010 11111010 0 110 0 10 100101100 111110 1011111

Color Harmonies of #FAEAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEAFA

Black with #FAEAFA

Text Example


Text Example

White with #FAEAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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