Html Css Color HEX #FE648C Brink Pink

📋 copy color: '#FE648C'

red 254 ◦ green 100 ◦ blue 140

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

Shades of Brink Pink #FE648C

Tints of Brink Pink #FE648C

RGB

 RED value IS 254 (99.61% from 255) = 51.42%

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

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

R = 51.42%
G = 20.24%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FE648C (or 0xFE648C) is known color: Brink Pink. HEX triplet: FE, 64 and 8C. RGB value is (254,100,140). Sum of RGB (Red+Green+Blue) = 254+100+140=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE648C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE648C is #019B73. Grayscale: #969696. Windows color (decimal): -105332 or 9200894. OLE color: 9200894.

HSL color Cylindrical-coordinate representation of color #FE648C: hue angle of 344.42º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE648C is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 100 140 -
CMYK 0 0.61 0.45 0.00
HSL 344.42º 0.99% 0.69% -
HSV(B) 344.42º 0.61% 1% -
XYZ 50.16 32.08 28.36 -
YUV 150.61 122.02 201.75 -
System Red Green Blue C M Y K H S L
Decimal 254 100 140 0 0.61 0.45 0.00 344.42 0.99 0.69
Hex FE 64 8C 0 3D 2D 0 158 63 45
Octal 376 144 214 0 75 55 0 530 143 105
Binary 11111110 1100100 10001100 0 111101 101101 0 101011000 1100011 1000101

Color Harmonies of #FE648C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE648C

Black with #FE648C

Text Example


Text Example

White with #FE648C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE648C; }

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

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

background-color css

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

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

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

border-color css

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

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

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