Html Css Color HEX #FADBFF Selago

📋 copy color: '#FADBFF'

red 250 ◦ green 219 ◦ blue 255

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

Shades of Selago #FADBFF

Tints of Selago #FADBFF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 30.25%

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

R = 34.53%
G = 30.25%
B = 35.22%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FADBFF (or 0xFADBFF) is known color: Selago. HEX triplet: FA, DB and FF. RGB value is (250,219,255). Sum of RGB (Red+Green+Blue) = 250+219+255=724 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.53% from 724); Green value is 219 (85.94% from 255 or 30.25% from 724); Blue value is 255 (100% from 255 or 35.22% from 724); Max value from RGB is 255 - color contains mainly: blue. Hex color #FADBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADBFF is #052400. Grayscale: #E8E8E8. Windows color (decimal): -336897 or 16767994. OLE color: 16767994.

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

Color convert

RGB 250 219 255 -
CMYK 0.02 0.14 0 0
HSL 291.67º 1% 0.93% -
HSV(B) 291.67º 0.14% 1% -
XYZ 82.81 78.21 105.34 -
YUV 232.37 140.77 140.57 -
System Red Green Blue C M Y K H S L
Decimal 250 219 255 0.02 0.14 0 0 291.67 1 0.93
Hex FA DB FF 2 E 0 0 124 64 5D
Octal 372 333 377 2 16 0 0 444 144 135
Binary 11111010 11011011 11111111 10 1110 0 0 100100100 1100100 1011101

Color Harmonies of #FADBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADBFF

Black with #FADBFF

Text Example


Text Example

White with #FADBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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