Html Css Color HEX #FD667C Brink Pink

📋 copy color: '#FD667C'

red 253 ◦ green 102 ◦ blue 124

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

Shades of Brink Pink #FD667C

Tints of Brink Pink #FD667C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.89%

R = 52.82%
G = 21.29%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD667C (or 0xFD667C) is known color: Brink Pink. HEX triplet: FD, 66 and 7C. RGB value is (253,102,124). Sum of RGB (Red+Green+Blue) = 253+102+124=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FD667C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD667C is #029983. Grayscale: #959595. Windows color (decimal): -170372 or 8152829. OLE color: 8152829.

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

Color convert

RGB 253 102 124 -
CMYK 0 0.60 0.51 0.01
HSL 351.26º 0.97% 0.7% -
HSV(B) 351.26º 0.6% 0.99% -
XYZ 48.9 31.84 22.64 -
YUV 149.66 113.53 201.71 -
System Red Green Blue C M Y K H S L
Decimal 253 102 124 0 0.60 0.51 0.01 351.26 0.97 0.7
Hex FD 66 7C 0 3C 33 1 15F 61 46
Octal 375 146 174 0 74 63 1 537 141 106
Binary 11111101 1100110 1111100 0 111100 110011 1 101011111 1100001 1000110

Color Harmonies of #FD667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD667C

Black with #FD667C

Text Example


Text Example

White with #FD667C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD667C; }

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

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

background-color css

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

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

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

border-color css

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

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

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