Html Css Color HEX #FED8FC Selago

📋 copy color: '#FED8FC'

red 254 ◦ green 216 ◦ blue 252

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

Shades of Selago #FED8FC

Tints of Selago #FED8FC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 29.92%

 BLUE value IS 252 (98.83% from 255) = 34.9%

R = 35.18%
G = 29.92%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FED8FC (or 0xFED8FC) is known color: Selago. HEX triplet: FE, D8 and FC. RGB value is (254,216,252). Sum of RGB (Red+Green+Blue) = 254+216+252=722 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.18% from 722); Green value is 216 (84.77% from 255 or 29.92% from 722); Blue value is 252 (98.83% from 255 or 34.90% from 722); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED8FC is #012703. Grayscale: #E7E7E7. Windows color (decimal): -75524 or 16570622. OLE color: 16570622.

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

Color convert

RGB 254 216 252 -
CMYK 0 0.15 0.01 0.00
HSL 303.16º 0.95% 0.92% -
HSV(B) 303.16º 0.15% 1% -
XYZ 83 77.21 102.62 -
YUV 231.47 139.59 144.07 -
System Red Green Blue C M Y K H S L
Decimal 254 216 252 0 0.15 0.01 0.00 303.16 0.95 0.92
Hex FE D8 FC 0 F 1 0 12F 5F 5C
Octal 376 330 374 0 17 1 0 457 137 134
Binary 11111110 11011000 11111100 0 1111 1 0 100101111 1011111 1011100

Color Harmonies of #FED8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED8FC

Black with #FED8FC

Text Example


Text Example

White with #FED8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED8FC; }

 p { color: rgb(254,216,252); }

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

background-color css

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

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

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

border-color css

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

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

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