Html Css Color HEX #FADFF7 Selago

📋 copy color: '#FADFF7'

red 250 ◦ green 223 ◦ blue 247

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

Shades of Selago #FADFF7

Tints of Selago #FADFF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 34.31%

R = 34.72%
G = 30.97%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FADFF7 (or 0xFADFF7) is known color: Selago. HEX triplet: FA, DF and F7. RGB value is (250,223,247). Sum of RGB (Red+Green+Blue) = 250+223+247=720 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.72% from 720); Green value is 223 (87.5% from 255 or 30.97% from 720); Blue value is 247 (96.88% from 255 or 34.31% from 720); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADFF7 is #052008. Grayscale: #E9E9E9. Windows color (decimal): -335881 or 16244730. OLE color: 16244730.

HSL color Cylindrical-coordinate representation of color #FADFF7: hue angle of 306.67º 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 #FADFF7 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 223 247 -
CMYK 0 0.11 0.01 0.02
HSL 306.67º 0.73% 0.93% -
HSV(B) 306.67º 0.11% 0.98% -
XYZ 82.6 79.81 99.05 -
YUV 233.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 250 223 247 0 0.11 0.01 0.02 306.67 0.73 0.93
Hex FA DF F7 0 B 1 2 133 49 5D
Octal 372 337 367 0 13 1 2 463 111 135
Binary 11111010 11011111 11110111 0 1011 1 10 100110011 1001001 1011101

Color Harmonies of #FADFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADFF7

Black with #FADFF7

Text Example


Text Example

White with #FADFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADFF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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