Html Css Color HEX #FEDFFE Selago

📋 copy color: '#FEDFFE'

red 254 ◦ green 223 ◦ blue 254

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

Shades of Selago #FEDFFE

Tints of Selago #FEDFFE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 30.51%

 BLUE value IS 254 (99.61% from 255) = 34.75%

R = 34.75%
G = 30.51%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FEDFFE (or 0xFEDFFE) is known color: Selago. HEX triplet: FE, DF and FE. RGB value is (254,223,254). Sum of RGB (Red+Green+Blue) = 254+223+254=731 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.75% from 731); Green value is 223 (87.5% from 255 or 30.51% from 731); Blue value is 254 (99.61% from 255 or 34.75% from 731); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEDFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDFFE is #012001. Grayscale: #EBEBEB. Windows color (decimal): -73730 or 16703486. OLE color: 16703486.

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

Color convert

RGB 254 223 254 -
CMYK 0 0.12 0 0.00
HSL 300º 0.94% 0.94% -
HSV(B) 300º 0.12% 1% -
XYZ 85.15 81 104.91 -
YUV 235.8 138.27 140.98 -
System Red Green Blue C M Y K H S L
Decimal 254 223 254 0 0.12 0 0.00 300 0.94 0.94
Hex FE DF FE 0 C 0 0 12C 5E 5E
Octal 376 337 376 0 14 0 0 454 136 136
Binary 11111110 11011111 11111110 0 1100 0 0 100101100 1011110 1011110

Color Harmonies of #FEDFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDFFE

Black with #FEDFFE

Text Example


Text Example

White with #FEDFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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