#FAD7FB

Color #FAD7FB Selago (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Selago #FAD7FB

Tints of Selago #FAD7FB

Color information

#FAD7FB (or 0xFAD7FB) is unknown color: approx Selago. HEX triplet: FA, D7 and FB. RGB value is (250,215,251). Sum of RGB (Red+Green+Blue) = 250+215+251=716 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.92% from 716); Green value is 215 (84.38% from 255 or 30.03% from 716); Blue value is 251 (98.44% from 255 or 35.06% from 716); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAD7FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD7FB is #052804. Grayscale: #E5E5E5. Windows color (decimal): -337925 or 16504826. OLE color: 16504826.

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

Color convert

RGB250215251-
CMYK0.000.1400.02
HSL298.33º81.82%91.37%-
HSV(B)298.33º14.34%98.43%-
XYZ81.1475.89101.64-
YUV229.57140.1142.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.92%
GREEN value IS 215 (84.38% from 255) = 30.03%
BLUE value IS 251 (98.44% from 255) = 35.06%
R=34.92%
G=30.03%
B=35.06%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502152510.000.1400.02298.3381.8291.37
HexFAD7FB0E0212a525b
Octal37232737301602452122133
Binary1111101011010111111110110111001010010101010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD7FB; }

 p { color: rgb(250,215,251); }

 H1.HeaderClassName
 {
   color: #FAD7FB;
 }
 .AnyTagClassName
 {
   color: #FAD7FB;
 }
</style>
background-color css

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

 a { background-color: rgb(250,215,251); }

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

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

 span { border-color: rgb(250,215,251); }

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