#FBDFF8

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

Shades of Selago #FBDFF8

Tints of Selago #FBDFF8

Color information

#FBDFF8 (or 0xFBDFF8) is unknown color: approx Selago. HEX triplet: FB, DF and F8. RGB value is (251,223,248). Sum of RGB (Red+Green+Blue) = 251+223+248=722 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.76% from 722); Green value is 223 (87.5% from 255 or 30.89% from 722); Blue value is 248 (97.27% from 255 or 34.35% from 722); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDFF8 is #042007. Grayscale: #EAEAEA. Windows color (decimal): -270344 or 16310267. OLE color: 16310267.

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

Color convert

RGB251223248-
CMYK00.110.010.02
HSL306.43º77.78%92.94%-
HSV(B)306.43º11.16%98.43%-
XYZ83.1180.0699.88-
YUV234.22135.78139.97-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.76%
GREEN value IS 223 (87.5% from 255) = 30.89%
BLUE value IS 248 (97.27% from 255) = 34.35%
R=34.76%
G=30.89%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122324800.110.010.02306.4377.7892.94
HexFBDFF80B121324e5d
Octal37333737001312462116135
Binary1111101111011111111110000101111010011001010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDFF8; }

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

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

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

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

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

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

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

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