#FFDEFC

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

Shades of Selago #FFDEFC

Tints of Selago #FFDEFC

Color information

#FFDEFC (or 0xFFDEFC) is unknown color: approx Selago. HEX triplet: FF, DE and FC. RGB value is (255,222,252). Sum of RGB (Red+Green+Blue) = 255+222+252=729 (96% of max value = 765). Red value is 255 (100% from 255 or 34.98% from 729); Green value is 222 (87.11% from 255 or 30.45% from 729); Blue value is 252 (98.83% from 255 or 34.57% from 729); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDEFC is #002103. Grayscale: #EBEBEB. Windows color (decimal): -8452 or 16572159. OLE color: 16572159.

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

Color convert

RGB255222252-
CMYK00.130.010
HSL305.45º100%93.53%-
HSV(B)305.45º12.94%100%-
XYZ84.9380.53103.16-
YUV235.29137.43142.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.98%
GREEN value IS 222 (87.11% from 255) = 30.45%
BLUE value IS 252 (98.83% from 255) = 34.57%
R=34.98%
G=30.45%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522225200.130.010305.4510093.53
HexFFDEFC0D10131645e
Octal37733637401510461144136
Binary111111111101111011111100011011010011000111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDEFC; }

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

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

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

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

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

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

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

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