Html Css Color HEX #FADFFE Selago

📋 copy color: '#FADFFE'

red 250 ◦ green 223 ◦ blue 254

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

Shades of Selago #FADFFE

Tints of Selago #FADFFE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 30.67%

 BLUE value IS 254 (99.61% from 255) = 34.94%

R = 34.39%
G = 30.67%
B = 34.94%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FADFFE (or 0xFADFFE) is known color: Selago. HEX triplet: FA, DF and FE. RGB value is (250,223,254). Sum of RGB (Red+Green+Blue) = 250+223+254=727 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.39% from 727); Green value is 223 (87.5% from 255 or 30.67% from 727); Blue value is 254 (99.61% from 255 or 34.94% from 727); Max value from RGB is 254 - color contains mainly: blue. Hex color #FADFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADFFE is #052001. Grayscale: #EAEAEA. Windows color (decimal): -335874 or 16703482. OLE color: 16703482.

HSL color Cylindrical-coordinate representation of color #FADFFE: hue angle of 292.26º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FADFFE is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 250 223 254 -
CMYK 0.02 0.12 0 0.00
HSL 292.26º 0.94% 0.94% -
HSV(B) 292.26º 0.12% 1% -
XYZ 83.7 80.26 104.85 -
YUV 234.61 138.95 138.98 -
System Red Green Blue C M Y K H S L
Decimal 250 223 254 0.02 0.12 0 0.00 292.26 0.94 0.94
Hex FA DF FE 2 C 0 0 124 5E 5E
Octal 372 337 376 2 14 0 0 444 136 136
Binary 11111010 11011111 11111110 10 1100 0 0 100100100 1011110 1011110

Color Harmonies of #FADFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADFFE

Black with #FADFFE

Text Example


Text Example

White with #FADFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADFFE; }

 p { color: rgb(250,223,254); }

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

background-color css

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

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

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

border-color css

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

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

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