Html Css Color HEX #FB69E6 Pale Magenta

📋 copy color: '#FB69E6'

red 251 ◦ green 105 ◦ blue 230

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

Shades of Pale Magenta #FB69E6

Tints of Pale Magenta #FB69E6

RGB

 RED value IS 251 (98.44% from 255) = 42.83%

 GREEN value IS 105 (41.41% from 255) = 17.92%

 BLUE value IS 230 (90.23% from 255) = 39.25%

R = 42.83%
G = 17.92%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FB69E6 (or 0xFB69E6) is known color: Pale Magenta. HEX triplet: FB, 69 and E6. RGB value is (251,105,230). Sum of RGB (Red+Green+Blue) = 251+105+230=586 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.83% from 586); Green value is 105 (41.41% from 255 or 17.92% from 586); Blue value is 230 (90.23% from 255 or 39.25% from 586); Max value from RGB is 251 - color contains mainly: red. Hex color #FB69E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB69E6 is #049619. Grayscale: #A2A2A2. Windows color (decimal): -300570 or 15100411. OLE color: 15100411.

HSL color Cylindrical-coordinate representation of color #FB69E6: hue angle of 308.63º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FB69E6 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 105 230 -
CMYK 0 0.58 0.08 0.02
HSL 308.63º 0.95% 0.7% -
HSV(B) 308.63º 0.58% 0.98% -
XYZ 59.12 36.33 78.76 -
YUV 162.9 165.87 190.84 -
System Red Green Blue C M Y K H S L
Decimal 251 105 230 0 0.58 0.08 0.02 308.63 0.95 0.7
Hex FB 69 E6 0 3A 8 2 135 5F 46
Octal 373 151 346 0 72 10 2 465 137 106
Binary 11111011 1101001 11100110 0 111010 1000 10 100110101 1011111 1000110

Color Harmonies of #FB69E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB69E6

Black with #FB69E6

Text Example


Text Example

White with #FB69E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB69E6; }

 p { color: rgb(251,105,230); }

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

background-color css

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

 a { background-color: rgb(251,105,230); }

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

border-color css

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

 span { border-color: rgb(251,105,230); }

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