Html Css Color HEX #FEDFF8 Selago

📋 copy color: '#FEDFF8'

red 254 ◦ green 223 ◦ blue 248

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

Shades of Selago #FEDFF8

Tints of Selago #FEDFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 34.21%

R = 35.03%
G = 30.76%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FEDFF8 (or 0xFEDFF8) is known color: Selago. HEX triplet: FE, DF and F8. RGB value is (254,223,248). Sum of RGB (Red+Green+Blue) = 254+223+248=725 (96% of max value = 765). Red value is 254 (99.61% from 255 or 35.03% from 725); Green value is 223 (87.5% from 255 or 30.76% from 725); Blue value is 248 (97.27% from 255 or 34.21% from 725); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDFF8 is #012007. Grayscale: #EBEBEB. Windows color (decimal): -73736 or 16310270. OLE color: 16310270.

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

Color convert

RGB 254 223 248 -
CMYK 0 0.12 0.02 0.00
HSL 311.61º 0.94% 0.94% -
HSV(B) 311.61º 0.12% 1% -
XYZ 84.2 80.62 99.93 -
YUV 235.12 135.27 141.47 -
System Red Green Blue C M Y K H S L
Decimal 254 223 248 0 0.12 0.02 0.00 311.61 0.94 0.94
Hex FE DF F8 0 C 2 0 138 5E 5E
Octal 376 337 370 0 14 2 0 470 136 136
Binary 11111110 11011111 11111000 0 1100 10 0 100111000 1011110 1011110

Color Harmonies of #FEDFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDFF8

Black with #FEDFF8

Text Example


Text Example

White with #FEDFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDFF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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