Html Css Color HEX #FEDEFB Selago

📋 copy color: '#FEDEFB'

red 254 ◦ green 222 ◦ blue 251

#FEDEFB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Selago #FEDEFB

Tints of Selago #FEDEFB

RGB

 RED value IS 254 (99.61% from 255) = 34.94%

 GREEN value IS 222 (87.11% from 255) = 30.54%

 BLUE value IS 251 (98.44% from 255) = 34.53%

R = 34.94%
G = 30.54%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FEDEFB (or 0xFEDEFB) is known color: Selago. HEX triplet: FE, DE and FB. RGB value is (254,222,251). Sum of RGB (Red+Green+Blue) = 254+222+251=727 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.94% from 727); Green value is 222 (87.11% from 255 or 30.54% from 727); Blue value is 251 (98.44% from 255 or 34.53% from 727); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDEFB is #012104. Grayscale: #EAEAEA. Windows color (decimal): -73989 or 16506622. OLE color: 16506622.

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

Color convert

RGB 254 222 251 -
CMYK 0 0.13 0.01 0.00
HSL 305.63º 0.94% 0.93% -
HSV(B) 305.63º 0.13% 1% -
XYZ 84.41 80.28 102.31 -
YUV 234.87 137.1 141.64 -
System Red Green Blue C M Y K H S L
Decimal 254 222 251 0 0.13 0.01 0.00 305.63 0.94 0.93
Hex FE DE FB 0 D 1 0 132 5E 5D
Octal 376 336 373 0 15 1 0 462 136 135
Binary 11111110 11011110 11111011 0 1101 1 0 100110010 1011110 1011101

Color Harmonies of #FEDEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDEFB

Black with #FEDEFB

Text Example


Text Example

White with #FEDEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDEFB; }

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

 H1.HeaderClassName
 {
   color: #FEDEFB;
 }
 .AnyTagClassName
 {
   color: #FEDEFB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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