Html Css Color HEX #FAD5FD Selago

📋 copy color: '#FAD5FD'

red 250 ◦ green 213 ◦ blue 253

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

Shades of Selago #FAD5FD

Tints of Selago #FAD5FD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 29.75%

 BLUE value IS 253 (99.22% from 255) = 35.34%

R = 34.92%
G = 29.75%
B = 35.34%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FAD5FD (or 0xFAD5FD) is known color: Selago. HEX triplet: FA, D5 and FD. RGB value is (250,213,253). Sum of RGB (Red+Green+Blue) = 250+213+253=716 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.92% from 716); Green value is 213 (83.59% from 255 or 29.75% from 716); Blue value is 253 (99.22% from 255 or 35.34% from 716); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAD5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD5FD is #052A02. Grayscale: #E4E4E4. Windows color (decimal): -338435 or 16635386. OLE color: 16635386.

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

Color convert

RGB 250 213 253 -
CMYK 0.01 0.16 0 0.01
HSL 295.5º 0.91% 0.91% -
HSV(B) 295.5º 0.16% 0.99% -
XYZ 80.95 75 103.14 -
YUV 228.62 141.76 143.25 -
System Red Green Blue C M Y K H S L
Decimal 250 213 253 0.01 0.16 0 0.01 295.5 0.91 0.91
Hex FA D5 FD 1 10 0 1 128 5B 5B
Octal 372 325 375 1 20 0 1 450 133 133
Binary 11111010 11010101 11111101 1 10000 0 1 100101000 1011011 1011011

Color Harmonies of #FAD5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD5FD

Black with #FAD5FD

Text Example


Text Example

White with #FAD5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD5FD; }

 p { color: rgb(250,213,253); }

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

background-color css

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

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

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

border-color css

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

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

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