#FD689E

Color #FD689E Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #FD689E

Tints of Brilliant Rose #FD689E

Color information

#FD689E (or 0xFD689E) is unknown color: approx Brilliant Rose. HEX triplet: FD, 68 and 9E. RGB value is (253,104,158). Sum of RGB (Red+Green+Blue) = 253+104+158=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 104 (41.02% from 255 or 20.19% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FD689E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD689E is #029761. Grayscale: #9A9A9A. Windows color (decimal): -169826 or 10381565. OLE color: 10381565.

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

Color convert

RGB253104158-
CMYK00.590.380.01
HSL338.26º97.39%70%-
HSV(B)338.26º58.89%99.22%-
XYZ51.6333.2536.04-
YUV154.71129.86198.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.13%
GREEN value IS 104 (41.02% from 255) = 20.19%
BLUE value IS 158 (62.11% from 255) = 30.68%
R=49.13%
G=20.19%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310415800.590.380.01338.2697.3970
HexFD689E03B2611526146
Octal375150236073461522141106
Binary111111011101000100111100111011100110110101001011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD689E; }

 p { color: rgb(253,104,158); }

 H1.HeaderClassName
 {
   color: #FD689E;
 }
 .AnyTagClassName
 {
   color: #FD689E;
 }
</style>
background-color css

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

 a { background-color: rgb(253,104,158); }

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

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

 span { border-color: rgb(253,104,158); }

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