#FBDDFC

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

Shades of Selago #FBDDFC

Tints of Selago #FBDDFC

Color information

#FBDDFC (or 0xFBDDFC) is unknown color: approx Selago. HEX triplet: FB, DD and FC. RGB value is (251,221,252). Sum of RGB (Red+Green+Blue) = 251+221+252=724 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.67% from 724); Green value is 221 (86.72% from 255 or 30.52% from 724); Blue value is 252 (98.83% from 255 or 34.81% from 724); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBDDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDDFC is #042203. Grayscale: #E9E9E9. Windows color (decimal): -270852 or 16571899. OLE color: 16571899.

HSL color Cylindrical-coordinate representation of color #FBDDFC: hue angle of 298.06º degrees, saturation: 0.84, 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 #FBDDFC is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB251221252-
CMYK0.000.1200.01
HSL298.06º83.78%92.75%-
HSV(B)298.06º12.3%98.82%-
XYZ83.2179.25103.01-
YUV233.5138.44140.48-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.67%
GREEN value IS 221 (86.72% from 255) = 30.52%
BLUE value IS 252 (98.83% from 255) = 34.81%
R=34.67%
G=30.52%
B=34.81%

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
Decimal2512212520.000.1200.01298.0683.7892.75
HexFBDDFC0C0112a545d
Octal37333537401401452124135
Binary111110111101110111111100011000110010101010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDDFC; }

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

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

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

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

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

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

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

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