Html Css Color HEX #FC66FB Pink Flamingo

📋 copy color: '#FC66FB'

red 252 ◦ green 102 ◦ blue 251

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

Shades of Pink Flamingo #FC66FB

Tints of Pink Flamingo #FC66FB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 16.86%

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

R = 41.65%
G = 16.86%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FC66FB (or 0xFC66FB) is known color: Pink Flamingo. HEX triplet: FC, 66 and FB. RGB value is (252,102,251). Sum of RGB (Red+Green+Blue) = 252+102+251=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 102 (40.23% from 255 or 16.86% from 605); Blue value is 251 (98.44% from 255 or 41.49% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FC66FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC66FB is #039904. Grayscale: #A3A3A3. Windows color (decimal): -235781 or 16475900. OLE color: 16475900.

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

Color convert

RGB 252 102 251 -
CMYK 0 0.60 0.00 0.01
HSL 300.4º 0.96% 0.69% -
HSV(B) 300.4º 0.6% 0.99% -
XYZ 62.31 37.16 95.16 -
YUV 163.84 177.2 190.88 -
System Red Green Blue C M Y K H S L
Decimal 252 102 251 0 0.60 0.00 0.01 300.4 0.96 0.69
Hex FC 66 FB 0 3C 0 1 12C 60 45
Octal 374 146 373 0 74 0 1 454 140 105
Binary 11111100 1100110 11111011 0 111100 0 1 100101100 1100000 1000101

Color Harmonies of #FC66FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC66FB

Black with #FC66FB

Text Example


Text Example

White with #FC66FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC66FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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