Html Css Color HEX #FADEFA Selago

📋 copy color: '#FADEFA'

red 250 ◦ green 222 ◦ blue 250

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

Shades of Selago #FADEFA

Tints of Selago #FADEFA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 30.75%

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

R = 34.63%
G = 30.75%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FADEFA (or 0xFADEFA) is known color: Selago. HEX triplet: FA, DE and FA. RGB value is (250,222,250). Sum of RGB (Red+Green+Blue) = 250+222+250=722 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.63% from 722); Green value is 222 (87.11% from 255 or 30.75% from 722); Blue value is 250 (98.05% from 255 or 34.63% from 722); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FADEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADEFA is #052105. Grayscale: #E9E9E9. Windows color (decimal): -336134 or 16441082. OLE color: 16441082.

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

Color convert

RGB 250 222 250 -
CMYK 0 0.11 0 0.02
HSL 300º 0.74% 0.93% -
HSV(B) 300º 0.11% 0.98% -
XYZ 82.8 79.47 101.42 -
YUV 233.56 137.28 139.72 -
System Red Green Blue C M Y K H S L
Decimal 250 222 250 0 0.11 0 0.02 300 0.74 0.93
Hex FA DE FA 0 B 0 2 12C 4A 5D
Octal 372 336 372 0 13 0 2 454 112 135
Binary 11111010 11011110 11111010 0 1011 0 10 100101100 1001010 1011101

Color Harmonies of #FADEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADEFA

Black with #FADEFA

Text Example


Text Example

White with #FADEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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