Html Css Color HEX #FC69FB Pink Flamingo

📋 copy color: '#FC69FB'

red 252 ◦ green 105 ◦ blue 251

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

Shades of Pink Flamingo #FC69FB

Tints of Pink Flamingo #FC69FB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 17.27%

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

R = 41.45%
G = 17.27%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FC69FB (or 0xFC69FB) is known color: Pink Flamingo. HEX triplet: FC, 69 and FB. RGB value is (252,105,251). Sum of RGB (Red+Green+Blue) = 252+105+251=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 105 (41.41% from 255 or 17.27% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FC69FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC69FB is #039604. Grayscale: #A5A5A5. Windows color (decimal): -235013 or 16476668. OLE color: 16476668.

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

Color convert

RGB 252 105 251 -
CMYK 0 0.58 0.00 0.01
HSL 300.41º 0.96% 0.7% -
HSV(B) 300.41º 0.58% 0.99% -
XYZ 62.61 37.76 95.26 -
YUV 165.6 176.2 189.63 -
System Red Green Blue C M Y K H S L
Decimal 252 105 251 0 0.58 0.00 0.01 300.41 0.96 0.7
Hex FC 69 FB 0 3A 0 1 12C 60 46
Octal 374 151 373 0 72 0 1 454 140 106
Binary 11111100 1101001 11111011 0 111010 0 1 100101100 1100000 1000110

Color Harmonies of #FC69FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC69FB

Black with #FC69FB

Text Example


Text Example

White with #FC69FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC69FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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