Html Css Color HEX #FAEEFA Selago

📋 copy color: '#FAEEFA'

red 250 ◦ green 238 ◦ blue 250

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

Shades of Selago #FAEEFA

Tints of Selago #FAEEFA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 32.25%

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

R = 33.88%
G = 32.25%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FAEEFA (or 0xFAEEFA) is known color: Selago. HEX triplet: FA, EE and FA. RGB value is (250,238,250). Sum of RGB (Red+Green+Blue) = 250+238+250=738 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.88% from 738); Green value is 238 (93.36% from 255 or 32.25% from 738); Blue value is 250 (98.05% from 255 or 33.88% from 738); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAEEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEEFA is #051105. Grayscale: #F2F2F2. Windows color (decimal): -332038 or 16445178. OLE color: 16445178.

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

Color convert

RGB 250 238 250 -
CMYK 0 0.05 0 0.02
HSL 300º 0.55% 0.96% -
HSV(B) 300º 0.05% 0.98% -
XYZ 87.25 88.38 102.9 -
YUV 242.96 131.98 133.02 -
System Red Green Blue C M Y K H S L
Decimal 250 238 250 0 0.05 0 0.02 300 0.55 0.96
Hex FA EE FA 0 5 0 2 12C 37 60
Octal 372 356 372 0 5 0 2 454 67 140
Binary 11111010 11101110 11111010 0 101 0 10 100101100 110111 1100000

Color Harmonies of #FAEEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEEFA

Black with #FAEEFA

Text Example


Text Example

White with #FAEEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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