Html Css Color HEX #FB9F9A Rose Bud

📋 copy color: '#FB9F9A'

red 251 ◦ green 159 ◦ blue 154

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

Shades of Rose Bud #FB9F9A

Tints of Rose Bud #FB9F9A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.19%

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

R = 44.5%
G = 28.19%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FB9F9A (or 0xFB9F9A) is known color: Rose Bud. HEX triplet: FB, 9F and 9A. RGB value is (251,159,154). Sum of RGB (Red+Green+Blue) = 251+159+154=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 159 (62.5% from 255 or 28.19% from 564); Blue value is 154 (60.55% from 255 or 27.30% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9F9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9F9A is #046065. Grayscale: #BABABA. Windows color (decimal): -286822 or 10133499. OLE color: 10133499.

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

Color convert

RGB 251 159 154 -
CMYK 0 0.37 0.39 0.02
HSL 3.09º 0.92% 0.79% -
HSV(B) 3.09º 0.39% 0.98% -
XYZ 58.01 47.64 36.71 -
YUV 185.94 109.98 174.41 -
System Red Green Blue C M Y K H S L
Decimal 251 159 154 0 0.37 0.39 0.02 3.09 0.92 0.79
Hex FB 9F 9A 0 25 27 2 3 5C 4F
Octal 373 237 232 0 45 47 2 3 134 117
Binary 11111011 10011111 10011010 0 100101 100111 10 11 1011100 1001111

Color Harmonies of #FB9F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9F9A

Black with #FB9F9A

Text Example


Text Example

White with #FB9F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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