Html Css Color HEX #FA5DED Pink Flamingo

📋 copy color: '#FA5DED'

red 250 ◦ green 93 ◦ blue 237

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

Shades of Pink Flamingo #FA5DED

Tints of Pink Flamingo #FA5DED

RGB

 RED value IS 250 (98.05% from 255) = 43.1%

 GREEN value IS 93 (36.72% from 255) = 16.03%

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

R = 43.1%
G = 16.03%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FA5DED (or 0xFA5DED) is known color: Pink Flamingo. HEX triplet: FA, 5D and ED. RGB value is (250,93,237). Sum of RGB (Red+Green+Blue) = 250+93+237=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 93 (36.72% from 255 or 16.03% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5DED is #05A212. Grayscale: #9B9B9B. Windows color (decimal): -369171 or 15556090. OLE color: 15556090.

HSL color Cylindrical-coordinate representation of color #FA5DED: hue angle of 304.97º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FA5DED is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 93 237 -
CMYK 0 0.63 0.05 0.02
HSL 304.97º 0.94% 0.67% -
HSV(B) 304.97º 0.63% 0.98% -
XYZ 58.62 34.27 83.65 -
YUV 156.36 173.51 194.79 -
System Red Green Blue C M Y K H S L
Decimal 250 93 237 0 0.63 0.05 0.02 304.97 0.94 0.67
Hex FA 5D ED 0 3F 5 2 131 5E 43
Octal 372 135 355 0 77 5 2 461 136 103
Binary 11111010 1011101 11101101 0 111111 101 10 100110001 1011110 1000011

Color Harmonies of #FA5DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5DED

Black with #FA5DED

Text Example


Text Example

White with #FA5DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5DED; }

 p { color: rgb(250,93,237); }

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

background-color css

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

 a { background-color: rgb(250,93,237); }

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

border-color css

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

 span { border-color: rgb(250,93,237); }

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