Html Css Color HEX #FAD1FE Selago

📋 copy color: '#FAD1FE'

red 250 ◦ green 209 ◦ blue 254

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

Shades of Selago #FAD1FE

Tints of Selago #FAD1FE

RGB

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

 GREEN value IS 209 (82.03% from 255) = 29.31%

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

R = 35.06%
G = 29.31%
B = 35.62%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FAD1FE (or 0xFAD1FE) is known color: Selago. HEX triplet: FA, D1 and FE. RGB value is (250,209,254). Sum of RGB (Red+Green+Blue) = 250+209+254=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 209 (82.03% from 255 or 29.31% from 713); Blue value is 254 (99.61% from 255 or 35.62% from 713); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAD1FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD1FE is #052E01. Grayscale: #E2E2E2. Windows color (decimal): -339458 or 16699898. OLE color: 16699898.

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

Color convert

RGB 250 209 254 -
CMYK 0.02 0.18 0 0.00
HSL 294.67º 0.96% 0.91% -
HSV(B) 294.67º 0.18% 1% -
XYZ 80.11 73.08 103.65 -
YUV 226.39 143.58 144.84 -
System Red Green Blue C M Y K H S L
Decimal 250 209 254 0.02 0.18 0 0.00 294.67 0.96 0.91
Hex FA D1 FE 2 12 0 0 127 60 5B
Octal 372 321 376 2 22 0 0 447 140 133
Binary 11111010 11010001 11111110 10 10010 0 0 100100111 1100000 1011011

Color Harmonies of #FAD1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD1FE

Black with #FAD1FE

Text Example


Text Example

White with #FAD1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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