Html Css Color HEX #FEDFFF Selago

📋 copy color: '#FEDFFF'

red 254 ◦ green 223 ◦ blue 255

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

Shades of Selago #FEDFFF

Tints of Selago #FEDFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 34.84%

R = 34.7%
G = 30.46%
B = 34.84%

CMYK

 C value IS 0.00

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FEDFFF (or 0xFEDFFF) is known color: Selago. HEX triplet: FE, DF and FF. RGB value is (254,223,255). Sum of RGB (Red+Green+Blue) = 254+223+255=732 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.70% from 732); Green value is 223 (87.5% from 255 or 30.46% from 732); Blue value is 255 (100% from 255 or 34.84% from 732); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEDFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDFFF is #012000. Grayscale: #EBEBEB. Windows color (decimal): -73729 or 16769022. OLE color: 16769022.

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

Color convert

RGB 254 223 255 -
CMYK 0.00 0.13 0 0
HSL 298.13º 1% 0.94% -
HSV(B) 298.13º 0.13% 1% -
XYZ 85.31 81.07 105.76 -
YUV 235.92 138.77 140.9 -
System Red Green Blue C M Y K H S L
Decimal 254 223 255 0.00 0.13 0 0 298.13 1 0.94
Hex FE DF FF 0 D 0 0 12A 64 5E
Octal 376 337 377 0 15 0 0 452 144 136
Binary 11111110 11011111 11111111 0 1101 0 0 100101010 1100100 1011110

Color Harmonies of #FEDFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDFFF

Black with #FEDFFF

Text Example


Text Example

White with #FEDFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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