Html Css Color HEX #FD667E Brink Pink

📋 copy color: '#FD667E'

red 253 ◦ green 102 ◦ blue 126

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

Shades of Brink Pink #FD667E

Tints of Brink Pink #FD667E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.2%

R = 52.6%
G = 21.21%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD667E (or 0xFD667E) is known color: Brink Pink. HEX triplet: FD, 66 and 7E. RGB value is (253,102,126). Sum of RGB (Red+Green+Blue) = 253+102+126=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FD667E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD667E is #029981. Grayscale: #959595. Windows color (decimal): -170370 or 8283901. OLE color: 8283901.

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

Color convert

RGB 253 102 126 -
CMYK 0 0.60 0.50 0.01
HSL 350.46º 0.97% 0.7% -
HSV(B) 350.46º 0.6% 0.99% -
XYZ 49.03 31.89 23.31 -
YUV 149.89 114.53 201.55 -
System Red Green Blue C M Y K H S L
Decimal 253 102 126 0 0.60 0.50 0.01 350.46 0.97 0.7
Hex FD 66 7E 0 3C 32 1 15E 61 46
Octal 375 146 176 0 74 62 1 536 141 106
Binary 11111101 1100110 1111110 0 111100 110010 1 101011110 1100001 1000110

Color Harmonies of #FD667E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD667E

Black with #FD667E

Text Example


Text Example

White with #FD667E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD667E; }

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

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

background-color css

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

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

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

border-color css

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

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

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