Html Css Color HEX #FD689C Brilliant Rose

📋 copy color: '#FD689C'

red 253 ◦ green 104 ◦ blue 156

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

Shades of Brilliant Rose #FD689C

Tints of Brilliant Rose #FD689C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.27%

 BLUE value IS 156 (61.33% from 255) = 30.41%

R = 49.32%
G = 20.27%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD689C (or 0xFD689C) is known color: Brilliant Rose. HEX triplet: FD, 68 and 9C. RGB value is (253,104,156). Sum of RGB (Red+Green+Blue) = 253+104+156=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FD689C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD689C is #029763. Grayscale: #9A9A9A. Windows color (decimal): -169828 or 10250493. OLE color: 10250493.

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

Color convert

RGB 253 104 156 -
CMYK 0 0.59 0.38 0.01
HSL 339.06º 0.97% 0.7% -
HSV(B) 339.06º 0.59% 0.99% -
XYZ 51.46 33.18 35.15 -
YUV 154.48 128.86 198.27 -
System Red Green Blue C M Y K H S L
Decimal 253 104 156 0 0.59 0.38 0.01 339.06 0.97 0.7
Hex FD 68 9C 0 3B 26 1 153 61 46
Octal 375 150 234 0 73 46 1 523 141 106
Binary 11111101 1101000 10011100 0 111011 100110 1 101010011 1100001 1000110

Color Harmonies of #FD689C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD689C

Black with #FD689C

Text Example


Text Example

White with #FD689C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD689C; }

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

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

background-color css

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

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

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

border-color css

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

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

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