#FFDBFC

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

Shades of Selago #FFDBFC

Tints of Selago #FFDBFC

Color information

#FFDBFC (or 0xFFDBFC) is unknown color: approx Selago. HEX triplet: FF, DB and FC. RGB value is (255,219,252). Sum of RGB (Red+Green+Blue) = 255+219+252=726 (96% of max value = 765). Red value is 255 (100% from 255 or 35.12% from 726); Green value is 219 (85.94% from 255 or 30.17% from 726); Blue value is 252 (98.83% from 255 or 34.71% from 726); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDBFC is #002403. Grayscale: #E9E9E9. Windows color (decimal): -9220 or 16571391. OLE color: 16571391.

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

Color convert

RGB255219252-
CMYK00.140.010
HSL305º100%92.94%-
HSV(B)305º14.12%100%-
XYZ84.1478.95102.9-
YUV233.53138.43143.32-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.12%
GREEN value IS 219 (85.94% from 255) = 30.17%
BLUE value IS 252 (98.83% from 255) = 34.71%
R=35.12%
G=30.17%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521925200.140.01030510092.94
HexFFDBFC0E10131645d
Octal37733337401610461144135
Binary111111111101101111111100011101010011000111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDBFC; }

 p { color: rgb(255,219,252); }

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

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

 a { background-color: rgb(255,219,252); }

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

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

 span { border-color: rgb(255,219,252); }

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