Html Css Color HEX #FD4FFB Pink Flamingo

📋 copy color: '#FD4FFB'

red 253 ◦ green 79 ◦ blue 251

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

Shades of Pink Flamingo #FD4FFB

Tints of Pink Flamingo #FD4FFB

RGB

 RED value IS 253 (99.22% from 255) = 43.4%

 GREEN value IS 79 (31.25% from 255) = 13.55%

 BLUE value IS 251 (98.44% from 255) = 43.05%

R = 43.4%
G = 13.55%
B = 43.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FD4FFB (or 0xFD4FFB) is known color: Pink Flamingo. HEX triplet: FD, 4F and FB. RGB value is (253,79,251). Sum of RGB (Red+Green+Blue) = 253+79+251=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 79 (31.25% from 255 or 13.55% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD4FFB is #02B004. Grayscale: #969696. Windows color (decimal): -176133 or 16470013. OLE color: 16470013.

HSL color Cylindrical-coordinate representation of color #FD4FFB: hue angle of 300.69º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FD4FFB is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 79 251 -
CMYK 0 0.69 0.01 0.01
HSL 300.69º 0.98% 0.65% -
HSV(B) 300.69º 0.69% 0.99% -
XYZ 60.72 33.44 94.52 -
YUV 150.63 184.65 201.01 -
System Red Green Blue C M Y K H S L
Decimal 253 79 251 0 0.69 0.01 0.01 300.69 0.98 0.65
Hex FD 4F FB 0 45 1 1 12D 62 41
Octal 375 117 373 0 105 1 1 455 142 101
Binary 11111101 1001111 11111011 0 1000101 1 1 100101101 1100010 1000001

Color Harmonies of #FD4FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4FFB

Black with #FD4FFB

Text Example


Text Example

White with #FD4FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4FFB; }

 p { color: rgb(253,79,251); }

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

background-color css

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

 a { background-color: rgb(253,79,251); }

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

border-color css

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

 span { border-color: rgb(253,79,251); }

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