Html Css Color HEX #FADFF6 Selago

📋 copy color: '#FADFF6'

red 250 ◦ green 223 ◦ blue 246

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

Shades of Selago #FADFF6

Tints of Selago #FADFF6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 31.02%

 BLUE value IS 246 (96.48% from 255) = 34.21%

R = 34.77%
G = 31.02%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FADFF6 (or 0xFADFF6) is known color: Selago. HEX triplet: FA, DF and F6. RGB value is (250,223,246). Sum of RGB (Red+Green+Blue) = 250+223+246=719 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.77% from 719); Green value is 223 (87.5% from 255 or 31.02% from 719); Blue value is 246 (96.48% from 255 or 34.21% from 719); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADFF6 is #052009. Grayscale: #E9E9E9. Windows color (decimal): -335882 or 16179194. OLE color: 16179194.

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

Color convert

RGB 250 223 246 -
CMYK 0 0.11 0.02 0.02
HSL 308.89º 0.73% 0.93% -
HSV(B) 308.89º 0.11% 0.98% -
XYZ 82.45 79.75 98.24 -
YUV 233.7 134.95 139.63 -
System Red Green Blue C M Y K H S L
Decimal 250 223 246 0 0.11 0.02 0.02 308.89 0.73 0.93
Hex FA DF F6 0 B 2 2 135 49 5D
Octal 372 337 366 0 13 2 2 465 111 135
Binary 11111010 11011111 11110110 0 1011 10 10 100110101 1001001 1011101

Color Harmonies of #FADFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADFF6

Black with #FADFF6

Text Example


Text Example

White with #FADFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADFF6; }

 p { color: rgb(250,223,246); }

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

background-color css

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

 a { background-color: rgb(250,223,246); }

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

border-color css

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

 span { border-color: rgb(250,223,246); }

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