Html Css Color HEX #FAD3FF Selago

📋 copy color: '#FAD3FF'

red 250 ◦ green 211 ◦ blue 255

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

Shades of Selago #FAD3FF

Tints of Selago #FAD3FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 35.61%

R = 34.92%
G = 29.47%
B = 35.61%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FAD3FF (or 0xFAD3FF) is known color: Selago. HEX triplet: FA, D3 and FF. RGB value is (250,211,255). Sum of RGB (Red+Green+Blue) = 250+211+255=716 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.92% from 716); Green value is 211 (82.81% from 255 or 29.47% from 716); Blue value is 255 (100% from 255 or 35.61% from 716); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAD3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD3FF is #052C00. Grayscale: #E3E3E3. Windows color (decimal): -338945 or 16765946. OLE color: 16765946.

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

Color convert

RGB 250 211 255 -
CMYK 0.02 0.17 0 0
HSL 293.18º 1% 0.91% -
HSV(B) 293.18º 0.17% 1% -
XYZ 80.77 74.13 104.66 -
YUV 227.68 143.42 143.92 -
System Red Green Blue C M Y K H S L
Decimal 250 211 255 0.02 0.17 0 0 293.18 1 0.91
Hex FA D3 FF 2 11 0 0 125 64 5B
Octal 372 323 377 2 21 0 0 445 144 133
Binary 11111010 11010011 11111111 10 10001 0 0 100100101 1100100 1011011

Color Harmonies of #FAD3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD3FF

Black with #FAD3FF

Text Example


Text Example

White with #FAD3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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