Html Css Color HEX #FD6888 Brink Pink

📋 copy color: '#FD6888'

red 253 ◦ green 104 ◦ blue 136

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

Shades of Brink Pink #FD6888

Tints of Brink Pink #FD6888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.59%

R = 51.32%
G = 21.1%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FD6888 (or 0xFD6888) is known color: Brink Pink. HEX triplet: FD, 68 and 88. RGB value is (253,104,136). Sum of RGB (Red+Green+Blue) = 253+104+136=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 104 (41.02% from 255 or 21.10% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6888 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6888 is #029777. Grayscale: #989898. Windows color (decimal): -169848 or 8939773. OLE color: 8939773.

HSL color Cylindrical-coordinate representation of color #FD6888: hue angle of 347.11º 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 #FD6888 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 104 136 -
CMYK 0 0.59 0.46 0.01
HSL 347.11º 0.97% 0.7% -
HSV(B) 347.11º 0.59% 0.99% -
XYZ 49.9 32.56 26.95 -
YUV 152.2 118.86 199.9 -
System Red Green Blue C M Y K H S L
Decimal 253 104 136 0 0.59 0.46 0.01 347.11 0.97 0.7
Hex FD 68 88 0 3B 2E 1 15B 61 46
Octal 375 150 210 0 73 56 1 533 141 106
Binary 11111101 1101000 10001000 0 111011 101110 1 101011011 1100001 1000110

Color Harmonies of #FD6888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6888

Black with #FD6888

Text Example


Text Example

White with #FD6888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6888; }

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

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

background-color css

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

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

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

border-color css

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

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

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