Html Css Color HEX #FADBFE Selago

📋 copy color: '#FADBFE'

red 250 ◦ green 219 ◦ blue 254

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

Shades of Selago #FADBFE

Tints of Selago #FADBFE

RGB

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

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

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

R = 34.58%
G = 30.29%
B = 35.13%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FADBFE (or 0xFADBFE) is known color: Selago. HEX triplet: FA, DB and FE. RGB value is (250,219,254). Sum of RGB (Red+Green+Blue) = 250+219+254=723 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.58% from 723); Green value is 219 (85.94% from 255 or 30.29% from 723); Blue value is 254 (99.61% from 255 or 35.13% from 723); Max value from RGB is 254 - color contains mainly: blue. Hex color #FADBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADBFE is #052401. Grayscale: #E8E8E8. Windows color (decimal): -336898 or 16702458. OLE color: 16702458.

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

Color convert

RGB 250 219 254 -
CMYK 0.02 0.14 0 0.00
HSL 293.14º 0.95% 0.93% -
HSV(B) 293.14º 0.14% 1% -
XYZ 82.65 78.14 104.49 -
YUV 232.26 140.27 140.65 -
System Red Green Blue C M Y K H S L
Decimal 250 219 254 0.02 0.14 0 0.00 293.14 0.95 0.93
Hex FA DB FE 2 E 0 0 125 5F 5D
Octal 372 333 376 2 16 0 0 445 137 135
Binary 11111010 11011011 11111110 10 1110 0 0 100100101 1011111 1011101

Color Harmonies of #FADBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADBFE

Black with #FADBFE

Text Example


Text Example

White with #FADBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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