Html Css Color HEX #FC3FFB Pink Flamingo

📋 copy color: '#FC3FFB'

red 252 ◦ green 63 ◦ blue 251

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

Shades of Pink Flamingo #FC3FFB

Tints of Pink Flamingo #FC3FFB

RGB

 RED value IS 252 (98.83% from 255) = 44.52%

 GREEN value IS 63 (25% from 255) = 11.13%

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

R = 44.52%
G = 11.13%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FC3FFB (or 0xFC3FFB) is known color: Pink Flamingo. HEX triplet: FC, 3F and FB. RGB value is (252,63,251). Sum of RGB (Red+Green+Blue) = 252+63+251=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 63 (25% from 255 or 11.13% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC3FFB is #03C004. Grayscale: #8C8C8C. Windows color (decimal): -245765 or 16465916. OLE color: 16465916.

HSL color Cylindrical-coordinate representation of color #FC3FFB: hue angle of 300.32º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC3FFB is Cyan = 0, Magento = 0.75, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 63 251 -
CMYK 0 0.75 0.00 0.01
HSL 300.32º 0.97% 0.62% -
HSV(B) 300.32º 0.75% 0.99% -
XYZ 59.33 31.22 94.16 -
YUV 140.94 190.12 207.21 -
System Red Green Blue C M Y K H S L
Decimal 252 63 251 0 0.75 0.00 0.01 300.32 0.97 0.62
Hex FC 3F FB 0 4B 0 1 12C 61 3E
Octal 374 77 373 0 113 0 1 454 141 76
Binary 11111100 111111 11111011 0 1001011 0 1 100101100 1100001 111110

Color Harmonies of #FC3FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3FFB

Black with #FC3FFB

Text Example


Text Example

White with #FC3FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3FFB; }

 p { color: rgb(252,63,251); }

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

background-color css

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

 a { background-color: rgb(252,63,251); }

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

border-color css

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

 span { border-color: rgb(252,63,251); }

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