Html Css Color HEX #FD68FB Pink Flamingo

📋 copy color: '#FD68FB'

red 253 ◦ green 104 ◦ blue 251

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

Shades of Pink Flamingo #FD68FB

Tints of Pink Flamingo #FD68FB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 17.11%

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

R = 41.61%
G = 17.11%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FD68FB (or 0xFD68FB) is known color: Pink Flamingo. HEX triplet: FD, 68 and FB. RGB value is (253,104,251). Sum of RGB (Red+Green+Blue) = 253+104+251=608 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.61% from 608); Green value is 104 (41.02% from 255 or 17.11% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 253 - color contains mainly: red. Hex color #FD68FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD68FB is #029704. Grayscale: #A4A4A4. Windows color (decimal): -169733 or 16476413. OLE color: 16476413.

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

Color convert

RGB 253 104 251 -
CMYK 0 0.59 0.01 0.01
HSL 300.81º 0.97% 0.7% -
HSV(B) 300.81º 0.59% 0.99% -
XYZ 62.87 37.75 95.24 -
YUV 165.31 176.36 190.55 -
System Red Green Blue C M Y K H S L
Decimal 253 104 251 0 0.59 0.01 0.01 300.81 0.97 0.7
Hex FD 68 FB 0 3B 1 1 12D 61 46
Octal 375 150 373 0 73 1 1 455 141 106
Binary 11111101 1101000 11111011 0 111011 1 1 100101101 1100001 1000110

Color Harmonies of #FD68FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD68FB

Black with #FD68FB

Text Example


Text Example

White with #FD68FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD68FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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