Html Css Color HEX #FED3FF Selago

📋 copy color: '#FED3FF'

red 254 ◦ green 211 ◦ blue 255

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

Shades of Selago #FED3FF

Tints of Selago #FED3FF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 29.31%

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

R = 35.28%
G = 29.31%
B = 35.42%

CMYK

 C value IS 0.00

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FED3FF (or 0xFED3FF) is known color: Selago. HEX triplet: FE, D3 and FF. RGB value is (254,211,255). Sum of RGB (Red+Green+Blue) = 254+211+255=720 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.28% from 720); Green value is 211 (82.81% from 255 or 29.31% from 720); Blue value is 255 (100% from 255 or 35.42% from 720); Max value from RGB is 255 - color contains mainly: blue. Hex color #FED3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED3FF is #012C00. Grayscale: #E4E4E4. Windows color (decimal): -76801 or 16765950. OLE color: 16765950.

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

Color convert

RGB 254 211 255 -
CMYK 0.00 0.17 0 0
HSL 298.64º 1% 0.91% -
HSV(B) 298.64º 0.17% 1% -
XYZ 82.22 74.88 104.73 -
YUV 228.87 142.75 145.92 -
System Red Green Blue C M Y K H S L
Decimal 254 211 255 0.00 0.17 0 0 298.64 1 0.91
Hex FE D3 FF 0 11 0 0 12B 64 5B
Octal 376 323 377 0 21 0 0 453 144 133
Binary 11111110 11010011 11111111 0 10001 0 0 100101011 1100100 1011011

Color Harmonies of #FED3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED3FF

Black with #FED3FF

Text Example


Text Example

White with #FED3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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