Html Css Color HEX #FB689A Brilliant Rose

📋 copy color: '#FB689A'

red 251 ◦ green 104 ◦ blue 154

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

Shades of Brilliant Rose #FB689A

Tints of Brilliant Rose #FB689A

RGB

 RED value IS 251 (98.44% from 255) = 49.31%

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

 BLUE value IS 154 (60.55% from 255) = 30.26%

R = 49.31%
G = 20.43%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FB689A (or 0xFB689A) is known color: Brilliant Rose. HEX triplet: FB, 68 and 9A. RGB value is (251,104,154). Sum of RGB (Red+Green+Blue) = 251+104+154=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 154 (60.55% from 255 or 30.26% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FB689A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB689A is #049765. Grayscale: #999999. Windows color (decimal): -300902 or 10119419. OLE color: 10119419.

HSL color Cylindrical-coordinate representation of color #FB689A: hue angle of 339.59º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB689A is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 104 154 -
CMYK 0 0.59 0.39 0.02
HSL 339.59º 0.95% 0.7% -
HSV(B) 339.59º 0.59% 0.98% -
XYZ 50.57 32.74 34.23 -
YUV 153.65 128.2 197.43 -
System Red Green Blue C M Y K H S L
Decimal 251 104 154 0 0.59 0.39 0.02 339.59 0.95 0.7
Hex FB 68 9A 0 3B 27 2 154 5F 46
Octal 373 150 232 0 73 47 2 524 137 106
Binary 11111011 1101000 10011010 0 111011 100111 10 101010100 1011111 1000110

Color Harmonies of #FB689A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB689A

Black with #FB689A

Text Example


Text Example

White with #FB689A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB689A; }

 p { color: rgb(251,104,154); }

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

background-color css

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

 a { background-color: rgb(251,104,154); }

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

border-color css

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

 span { border-color: rgb(251,104,154); }

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