Html Css Color HEX #FE6DED Ultra Pink

📋 copy color: '#FE6DED'

red 254 ◦ green 109 ◦ blue 237

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

Shades of Ultra Pink #FE6DED

Tints of Ultra Pink #FE6DED

RGB

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

 GREEN value IS 109 (42.97% from 255) = 18.17%

 BLUE value IS 237 (92.97% from 255) = 39.5%

R = 42.33%
G = 18.17%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE6DED (or 0xFE6DED) is known color: Ultra Pink. HEX triplet: FE, 6D and ED. RGB value is (254,109,237). Sum of RGB (Red+Green+Blue) = 254+109+237=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 109 (42.97% from 255 or 18.17% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6DED is #019212. Grayscale: #A6A6A6. Windows color (decimal): -102931 or 15560190. OLE color: 15560190.

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

Color convert

RGB 254 109 237 -
CMYK 0 0.57 0.07 0.00
HSL 307.03º 0.99% 0.71% -
HSV(B) 307.03º 0.57% 1% -
XYZ 61.63 38.12 84.23 -
YUV 166.95 167.54 190.09 -
System Red Green Blue C M Y K H S L
Decimal 254 109 237 0 0.57 0.07 0.00 307.03 0.99 0.71
Hex FE 6D ED 0 39 7 0 133 63 47
Octal 376 155 355 0 71 7 0 463 143 107
Binary 11111110 1101101 11101101 0 111001 111 0 100110011 1100011 1000111

Color Harmonies of #FE6DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6DED

Black with #FE6DED

Text Example


Text Example

White with #FE6DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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