#FEDFFB

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

Shades of Selago #FEDFFB

Tints of Selago #FEDFFB

Color information

#FEDFFB (or 0xFEDFFB) is unknown color: approx Selago. HEX triplet: FE, DF and FB. RGB value is (254,223,251). Sum of RGB (Red+Green+Blue) = 254+223+251=728 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.89% from 728); Green value is 223 (87.5% from 255 or 30.63% from 728); Blue value is 251 (98.44% from 255 or 34.48% from 728); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDFFB is #012004. Grayscale: #EBEBEB. Windows color (decimal): -73733 or 16506878. OLE color: 16506878.

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

Color convert

RGB254223251-
CMYK00.120.010.00
HSL305.81º93.94%93.53%-
HSV(B)305.81º12.2%99.61%-
XYZ84.6780.81102.4-
YUV235.46136.77141.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.89%
GREEN value IS 223 (87.5% from 255) = 30.63%
BLUE value IS 251 (98.44% from 255) = 34.48%
R=34.89%
G=30.63%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422325100.120.010.00305.8193.9493.53
HexFEDFFB0C101325e5e
Octal37633737301410462136136
Binary111111101101111111111011011001010011001010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFFB; }

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

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

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

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

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

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

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

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