#FBDFFB

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

Shades of Selago #FBDFFB

Tints of Selago #FBDFFB

Color information

#FBDFFB (or 0xFBDFFB) is unknown color: approx Selago. HEX triplet: FB, DF and FB. RGB value is (251,223,251). Sum of RGB (Red+Green+Blue) = 251+223+251=725 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.62% from 725); Green value is 223 (87.5% from 255 or 30.76% from 725); Blue value is 251 (98.44% from 255 or 34.62% from 725); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBDFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDFFB is #042004. Grayscale: #EAEAEA. Windows color (decimal): -270341 or 16506875. OLE color: 16506875.

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

Color convert

RGB251223251-
CMYK00.1100.02
HSL300º77.78%92.94%-
HSV(B)300º11.16%98.43%-
XYZ83.5880.25102.35-
YUV234.56137.28139.72-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.62%
GREEN value IS 223 (87.5% from 255) = 30.76%
BLUE value IS 251 (98.44% from 255) = 34.62%
R=34.62%
G=30.76%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122325100.1100.0230077.7892.94
HexFBDFFB0B0212c4e5d
Octal37333737301302454116135
Binary1111101111011111111110110101101010010110010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDFFB; }

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

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

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

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

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

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

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

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