#FDDFFE

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

Shades of Selago #FDDFFE

Tints of Selago #FDDFFE

Color information

#FDDFFE (or 0xFDDFFE) is unknown color: approx Selago. HEX triplet: FD, DF and FE. RGB value is (253,223,254). Sum of RGB (Red+Green+Blue) = 253+223+254=730 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.66% from 730); Green value is 223 (87.5% from 255 or 30.55% from 730); Blue value is 254 (99.61% from 255 or 34.79% from 730); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDDFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDFFE is #022001. Grayscale: #EBEBEB. Windows color (decimal): -139266 or 16703485. OLE color: 16703485.

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

Color convert

RGB253223254-
CMYK0.000.1200.00
HSL298.06º93.94%93.53%-
HSV(B)298.06º12.2%99.61%-
XYZ84.7980.81104.9-
YUV235.5138.44140.48-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.66%
GREEN value IS 223 (87.5% from 255) = 30.55%
BLUE value IS 254 (99.61% from 255) = 34.79%
R=34.66%
G=30.55%
B=34.79%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532232540.000.1200.00298.0693.9493.53
HexFDDFFE0C0012a5e5e
Octal37533737601400452136136
Binary111111011101111111111110011000010010101010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDFFE; }

 p { color: rgb(253,223,254); }

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

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

 a { background-color: rgb(253,223,254); }

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

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

 span { border-color: rgb(253,223,254); }

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