#FBDFFC

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

Shades of Selago #FBDFFC

Tints of Selago #FBDFFC

Color information

#FBDFFC (or 0xFBDFFC) is unknown color: approx Selago. HEX triplet: FB, DF and FC. RGB value is (251,223,252). Sum of RGB (Red+Green+Blue) = 251+223+252=726 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.57% from 726); Green value is 223 (87.5% from 255 or 30.72% from 726); Blue value is 252 (98.83% from 255 or 34.71% from 726); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBDFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDFFC is #042003. Grayscale: #EAEAEA. Windows color (decimal): -270340 or 16572411. OLE color: 16572411.

HSL color Cylindrical-coordinate representation of color #FBDFFC: hue angle of 297.93º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBDFFC is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB251223252-
CMYK0.000.1200.01
HSL297.93º82.86%93.14%-
HSV(B)297.93º11.51%98.82%-
XYZ83.7480.31103.18-
YUV234.68137.78139.64-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.57%
GREEN value IS 223 (87.5% from 255) = 30.72%
BLUE value IS 252 (98.83% from 255) = 34.71%
R=34.57%
G=30.72%
B=34.71%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512232520.000.1200.01297.9382.8693.14
HexFBDFFC0C0112a535d
Octal37333737401401452123135
Binary111110111101111111111100011000110010101010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDFFC; }

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

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

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

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

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

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

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

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