Html Css Color HEX #FD648C Brink Pink

📋 copy color: '#FD648C'

red 253 ◦ green 100 ◦ blue 140

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

Shades of Brink Pink #FD648C

Tints of Brink Pink #FD648C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.28%

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

R = 51.32%
G = 20.28%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD648C (or 0xFD648C) is known color: Brink Pink. HEX triplet: FD, 64 and 8C. RGB value is (253,100,140). Sum of RGB (Red+Green+Blue) = 253+100+140=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 100 (39.45% from 255 or 20.28% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FD648C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD648C is #029B73. Grayscale: #969696. Windows color (decimal): -170868 or 9200893. OLE color: 9200893.

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

Color convert

RGB 253 100 140 -
CMYK 0 0.60 0.45 0.01
HSL 344.31º 0.97% 0.69% -
HSV(B) 344.31º 0.6% 0.99% -
XYZ 49.8 31.89 28.34 -
YUV 150.31 122.19 201.25 -
System Red Green Blue C M Y K H S L
Decimal 253 100 140 0 0.60 0.45 0.01 344.31 0.97 0.69
Hex FD 64 8C 0 3C 2D 1 158 61 45
Octal 375 144 214 0 74 55 1 530 141 105
Binary 11111101 1100100 10001100 0 111100 101101 1 101011000 1100001 1000101

Color Harmonies of #FD648C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD648C

Black with #FD648C

Text Example


Text Example

White with #FD648C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD648C; }

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

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

background-color css

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

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

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

border-color css

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

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

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