Html Css Color HEX #FC3FFD Pink Flamingo

📋 copy color: '#FC3FFD'

red 252 ◦ green 63 ◦ blue 253

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

Shades of Pink Flamingo #FC3FFD

Tints of Pink Flamingo #FC3FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.54%

R = 44.37%
G = 11.09%
B = 44.54%

CMYK

 C value IS 0.00

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC3FFD (or 0xFC3FFD) is known color: Pink Flamingo. HEX triplet: FC, 3F and FD. RGB value is (252,63,253). Sum of RGB (Red+Green+Blue) = 252+63+253=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 63 (25% from 255 or 11.09% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #FC3FFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC3FFD is #03C002. Grayscale: #8C8C8C. Windows color (decimal): -245763 or 16596988. OLE color: 16596988.

HSL color Cylindrical-coordinate representation of color #FC3FFD: hue angle of 299.68º degrees, saturation: 0.98, 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 #FC3FFD is Cyan = 0.00, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 63 253 -
CMYK 0.00 0.75 0 0.01
HSL 299.68º 0.98% 0.62% -
HSV(B) 299.68º 0.75% 0.99% -
XYZ 59.65 31.34 95.83 -
YUV 141.17 191.12 207.05 -
System Red Green Blue C M Y K H S L
Decimal 252 63 253 0.00 0.75 0 0.01 299.68 0.98 0.62
Hex FC 3F FD 0 4B 0 1 12C 62 3E
Octal 374 77 375 0 113 0 1 454 142 76
Binary 11111100 111111 11111101 0 1001011 0 1 100101100 1100010 111110

Color Harmonies of #FC3FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3FFD

Black with #FC3FFD

Text Example


Text Example

White with #FC3FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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