Html Css Color HEX #FD4CFB Pink Flamingo

📋 copy color: '#FD4CFB'

red 253 ◦ green 76 ◦ blue 251

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

Shades of Pink Flamingo #FD4CFB

Tints of Pink Flamingo #FD4CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.1%

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

R = 43.62%
G = 13.1%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FD4CFB (or 0xFD4CFB) is known color: Pink Flamingo. HEX triplet: FD, 4C and FB. RGB value is (253,76,251). Sum of RGB (Red+Green+Blue) = 253+76+251=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 76 (30.08% from 255 or 13.10% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD4CFB is #02B304. Grayscale: #949494. Windows color (decimal): -176901 or 16469245. OLE color: 16469245.

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

Color convert

RGB 253 76 251 -
CMYK 0 0.70 0.01 0.01
HSL 300.68º 0.98% 0.65% -
HSV(B) 300.68º 0.7% 0.99% -
XYZ 60.51 33.02 94.45 -
YUV 148.87 185.64 202.27 -
System Red Green Blue C M Y K H S L
Decimal 253 76 251 0 0.70 0.01 0.01 300.68 0.98 0.65
Hex FD 4C FB 0 46 1 1 12D 62 41
Octal 375 114 373 0 106 1 1 455 142 101
Binary 11111101 1001100 11111011 0 1000110 1 1 100101101 1100010 1000001

Color Harmonies of #FD4CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4CFB

Black with #FD4CFB

Text Example


Text Example

White with #FD4CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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