#FBDFF7

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

Shades of Selago #FBDFF7

Tints of Selago #FBDFF7

Color information

#FBDFF7 (or 0xFBDFF7) is unknown color: approx Selago. HEX triplet: FB, DF and F7. RGB value is (251,223,247). Sum of RGB (Red+Green+Blue) = 251+223+247=721 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.81% from 721); Green value is 223 (87.5% from 255 or 30.93% from 721); Blue value is 247 (96.88% from 255 or 34.26% from 721); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDFF7 is #042008. Grayscale: #EAEAEA. Windows color (decimal): -270345 or 16244731. OLE color: 16244731.

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

Color convert

RGB251223247-
CMYK00.110.020.02
HSL308.57º77.78%92.94%-
HSV(B)308.57º11.16%98.43%-
XYZ82.968099.06-
YUV234.11135.28140.05-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.81%
GREEN value IS 223 (87.5% from 255) = 30.93%
BLUE value IS 247 (96.88% from 255) = 34.26%
R=34.81%
G=30.93%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122324700.110.020.02308.5777.7892.94
HexFBDFF70B221354e5d
Octal37333736701322465116135
Binary11111011110111111111011101011101010011010110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDFF7; }

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

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

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

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

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

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

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

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