Html Css Color HEX #FE6BED Ultra Pink

📋 copy color: '#FE6BED'

red 254 ◦ green 107 ◦ blue 237

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

Shades of Ultra Pink #FE6BED

Tints of Ultra Pink #FE6BED

RGB

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

 GREEN value IS 107 (42.19% from 255) = 17.89%

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

R = 42.47%
G = 17.89%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE6BED (or 0xFE6BED) is known color: Ultra Pink. HEX triplet: FE, 6B and ED. RGB value is (254,107,237). Sum of RGB (Red+Green+Blue) = 254+107+237=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 107 (42.19% from 255 or 17.89% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6BED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6BED is #019412. Grayscale: #A5A5A5. Windows color (decimal): -103443 or 15559678. OLE color: 15559678.

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

Color convert

RGB 254 107 237 -
CMYK 0 0.58 0.07 0.00
HSL 306.94º 0.99% 0.71% -
HSV(B) 306.94º 0.58% 1% -
XYZ 61.42 37.7 84.16 -
YUV 165.77 168.2 190.93 -
System Red Green Blue C M Y K H S L
Decimal 254 107 237 0 0.58 0.07 0.00 306.94 0.99 0.71
Hex FE 6B ED 0 3A 7 0 133 63 47
Octal 376 153 355 0 72 7 0 463 143 107
Binary 11111110 1101011 11101101 0 111010 111 0 100110011 1100011 1000111

Color Harmonies of #FE6BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6BED

Black with #FE6BED

Text Example


Text Example

White with #FE6BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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