Html Css Color HEX #FAD3FE Selago

📋 copy color: '#FAD3FE'

red 250 ◦ green 211 ◦ blue 254

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

Shades of Selago #FAD3FE

Tints of Selago #FAD3FE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 29.51%

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

R = 34.97%
G = 29.51%
B = 35.52%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FAD3FE (or 0xFAD3FE) is known color: Selago. HEX triplet: FA, D3 and FE. RGB value is (250,211,254). Sum of RGB (Red+Green+Blue) = 250+211+254=715 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.97% from 715); Green value is 211 (82.81% from 255 or 29.51% from 715); Blue value is 254 (99.61% from 255 or 35.52% from 715); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAD3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD3FE is #052C01. Grayscale: #E3E3E3. Windows color (decimal): -338946 or 16700410. OLE color: 16700410.

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

Color convert

RGB 250 211 254 -
CMYK 0.02 0.17 0 0.00
HSL 294.42º 0.96% 0.91% -
HSV(B) 294.42º 0.17% 1% -
XYZ 80.61 74.07 103.81 -
YUV 227.56 142.92 144 -
System Red Green Blue C M Y K H S L
Decimal 250 211 254 0.02 0.17 0 0.00 294.42 0.96 0.91
Hex FA D3 FE 2 11 0 0 126 60 5B
Octal 372 323 376 2 21 0 0 446 140 133
Binary 11111010 11010011 11111110 10 10001 0 0 100100110 1100000 1011011

Color Harmonies of #FAD3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD3FE

Black with #FAD3FE

Text Example


Text Example

White with #FAD3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD3FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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