Html Css Color HEX #FD668D Brink Pink

📋 copy color: '#FD668D'

red 253 ◦ green 102 ◦ blue 141

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

Shades of Brink Pink #FD668D

Tints of Brink Pink #FD668D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.43%

R = 51.01%
G = 20.56%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD668D (or 0xFD668D) is known color: Brink Pink. HEX triplet: FD, 66 and 8D. RGB value is (253,102,141). Sum of RGB (Red+Green+Blue) = 253+102+141=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FD668D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD668D is #029972. Grayscale: #979797. Windows color (decimal): -170355 or 9266941. OLE color: 9266941.

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

Color convert

RGB 253 102 141 -
CMYK 0 0.60 0.44 0.01
HSL 344.5º 0.97% 0.7% -
HSV(B) 344.5º 0.6% 0.99% -
XYZ 50.07 32.31 28.8 -
YUV 151.6 122.03 200.33 -
System Red Green Blue C M Y K H S L
Decimal 253 102 141 0 0.60 0.44 0.01 344.5 0.97 0.7
Hex FD 66 8D 0 3C 2C 1 159 61 46
Octal 375 146 215 0 74 54 1 531 141 106
Binary 11111101 1100110 10001101 0 111100 101100 1 101011001 1100001 1000110

Color Harmonies of #FD668D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD668D

Black with #FD668D

Text Example


Text Example

White with #FD668D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD668D; }

 p { color: rgb(253,102,141); }

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

background-color css

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

 a { background-color: rgb(253,102,141); }

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

border-color css

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

 span { border-color: rgb(253,102,141); }

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