Html Css Color HEX #FADAFD Selago

📋 copy color: '#FADAFD'

red 250 ◦ green 218 ◦ blue 253

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

Shades of Selago #FADAFD

Tints of Selago #FADAFD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 30.24%

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

R = 34.67%
G = 30.24%
B = 35.09%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FADAFD (or 0xFADAFD) is known color: Selago. HEX triplet: FA, DA and FD. RGB value is (250,218,253). Sum of RGB (Red+Green+Blue) = 250+218+253=721 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.67% from 721); Green value is 218 (85.55% from 255 or 30.24% from 721); Blue value is 253 (99.22% from 255 or 35.09% from 721); Max value from RGB is 253 - color contains mainly: blue. Hex color #FADAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADAFD is #052502. Grayscale: #E7E7E7. Windows color (decimal): -337155 or 16636666. OLE color: 16636666.

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

Color convert

RGB 250 218 253 -
CMYK 0.01 0.14 0 0.01
HSL 294.86º 0.9% 0.92% -
HSV(B) 294.86º 0.14% 0.99% -
XYZ 82.23 77.56 103.57 -
YUV 231.56 140.1 141.15 -
System Red Green Blue C M Y K H S L
Decimal 250 218 253 0.01 0.14 0 0.01 294.86 0.9 0.92
Hex FA DA FD 1 E 0 1 127 5A 5C
Octal 372 332 375 1 16 0 1 447 132 134
Binary 11111010 11011010 11111101 1 1110 0 1 100100111 1011010 1011100

Color Harmonies of #FADAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADAFD

Black with #FADAFD

Text Example


Text Example

White with #FADAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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