#FBDFFA

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

Shades of Selago #FBDFFA

Tints of Selago #FBDFFA

Color information

#FBDFFA (or 0xFBDFFA) is unknown color: approx Selago. HEX triplet: FB, DF and FA. RGB value is (251,223,250). Sum of RGB (Red+Green+Blue) = 251+223+250=724 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.67% from 724); Green value is 223 (87.5% from 255 or 30.80% from 724); Blue value is 250 (98.05% from 255 or 34.53% from 724); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDFFA is #042005. Grayscale: #EAEAEA. Windows color (decimal): -270342 or 16441339. OLE color: 16441339.

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

Color convert

RGB251223250-
CMYK00.110.000.02
HSL302.14º77.78%92.94%-
HSV(B)302.14º11.16%98.43%-
XYZ83.4380.19101.52-
YUV234.45136.78139.8-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.67%
GREEN value IS 223 (87.5% from 255) = 30.80%
BLUE value IS 250 (98.05% from 255) = 34.53%
R=34.67%
G=30.80%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122325000.110.000.02302.1477.7892.94
HexFBDFFA0B0212e4e5d
Octal37333737201302456116135
Binary1111101111011111111110100101101010010111010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDFFA; }

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

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

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

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

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

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

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

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