Html Css Color HEX #FEEDFD Selago

📋 copy color: '#FEEDFD'

red 254 ◦ green 237 ◦ blue 253

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

Shades of Selago #FEEDFD

Tints of Selago #FEEDFD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 31.85%

 BLUE value IS 253 (99.22% from 255) = 34.01%

R = 34.14%
G = 31.85%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FEEDFD (or 0xFEEDFD) is known color: Selago. HEX triplet: FE, ED and FD. RGB value is (254,237,253). Sum of RGB (Red+Green+Blue) = 254+237+253=744 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.14% from 744); Green value is 237 (92.97% from 255 or 31.85% from 744); Blue value is 253 (99.22% from 255 or 34.01% from 744); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEDFD is #011202. Grayscale: #F3F3F3. Windows color (decimal): -70147 or 16641534. OLE color: 16641534.

HSL color Cylindrical-coordinate representation of color #FEEDFD: hue angle of 303.53º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FEEDFD is Cyan = 0, Magento = 0.07, Yellow = 0.00 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 237 253 -
CMYK 0 0.07 0.00 0.00
HSL 303.53º 0.89% 0.96% -
HSV(B) 303.53º 0.07% 1% -
XYZ 88.89 88.73 105.37 -
YUV 243.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 254 237 253 0 0.07 0.00 0.00 303.53 0.89 0.96
Hex FE ED FD 0 7 0 0 130 59 60
Octal 376 355 375 0 7 0 0 460 131 140
Binary 11111110 11101101 11111101 0 111 0 0 100110000 1011001 1100000

Color Harmonies of #FEEDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEDFD

Black with #FEEDFD

Text Example


Text Example

White with #FEEDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEDFD; }

 p { color: rgb(254,237,253); }

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

background-color css

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

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

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

border-color css

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

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

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