#FBDDF7

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

Shades of Selago #FBDDF7

Tints of Selago #FBDDF7

Color information

#FBDDF7 (or 0xFBDDF7) is unknown color: approx Selago. HEX triplet: FB, DD and F7. RGB value is (251,221,247). Sum of RGB (Red+Green+Blue) = 251+221+247=719 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.91% from 719); Green value is 221 (86.72% from 255 or 30.74% from 719); Blue value is 247 (96.88% from 255 or 34.35% from 719); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDDF7 is #042208. Grayscale: #E8E8E8. Windows color (decimal): -270857 or 16244219. OLE color: 16244219.

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

Color convert

RGB251221247-
CMYK00.120.020.02
HSL308º78.95%92.55%-
HSV(B)308º11.95%98.43%-
XYZ82.4378.9498.89-
YUV232.93135.94140.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.91%
GREEN value IS 221 (86.72% from 255) = 30.74%
BLUE value IS 247 (96.88% from 255) = 34.35%
R=34.91%
G=30.74%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122124700.120.020.0230878.9592.55
HexFBDDF70C221344f5d
Octal37333536701422464117135
Binary11111011110111011111011101100101010011010010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDDF7; }

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

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

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

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

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

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

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

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