Html Css Color HEX #FD678C Brink Pink

📋 copy color: '#FD678C'

red 253 ◦ green 103 ◦ blue 140

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

Shades of Brink Pink #FD678C

Tints of Brink Pink #FD678C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.77%

 BLUE value IS 140 (55.08% from 255) = 28.23%

R = 51.01%
G = 20.77%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD678C (or 0xFD678C) is known color: Brink Pink. HEX triplet: FD, 67 and 8C. RGB value is (253,103,140). Sum of RGB (Red+Green+Blue) = 253+103+140=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 103 (40.62% from 255 or 20.77% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FD678C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD678C is #029873. Grayscale: #989898. Windows color (decimal): -170100 or 9201661. OLE color: 9201661.

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

Color convert

RGB 253 103 140 -
CMYK 0 0.59 0.45 0.01
HSL 345.2º 0.97% 0.7% -
HSV(B) 345.2º 0.59% 0.99% -
XYZ 50.09 32.48 28.44 -
YUV 152.07 121.2 199.99 -
System Red Green Blue C M Y K H S L
Decimal 253 103 140 0 0.59 0.45 0.01 345.2 0.97 0.7
Hex FD 67 8C 0 3B 2D 1 159 61 46
Octal 375 147 214 0 73 55 1 531 141 106
Binary 11111101 1100111 10001100 0 111011 101101 1 101011001 1100001 1000110

Color Harmonies of #FD678C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD678C

Black with #FD678C

Text Example


Text Example

White with #FD678C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD678C; }

 p { color: rgb(253,103,140); }

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

background-color css

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

 a { background-color: rgb(253,103,140); }

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

border-color css

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

 span { border-color: rgb(253,103,140); }

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