Html Css Color HEX #FE9F9C Rose Bud

📋 copy color: '#FE9F9C'

red 254 ◦ green 159 ◦ blue 156

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

Shades of Rose Bud #FE9F9C

Tints of Rose Bud #FE9F9C

RGB

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

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

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

R = 44.64%
G = 27.94%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE9F9C (or 0xFE9F9C) is known color: Rose Bud. HEX triplet: FE, 9F and 9C. RGB value is (254,159,156). Sum of RGB (Red+Green+Blue) = 254+159+156=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 159 (62.5% from 255 or 27.94% from 569); Blue value is 156 (61.33% from 255 or 27.42% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9F9C is #016063. Grayscale: #BBBBBB. Windows color (decimal): -90212 or 10264574. OLE color: 10264574.

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

Color convert

RGB 254 159 156 -
CMYK 0 0.37 0.39 0.00
HSL 1.84º 0.98% 0.8% -
HSV(B) 1.84º 0.39% 1% -
XYZ 59.27 48.27 37.65 -
YUV 187.06 110.47 175.74 -
System Red Green Blue C M Y K H S L
Decimal 254 159 156 0 0.37 0.39 0.00 1.84 0.98 0.8
Hex FE 9F 9C 0 25 27 0 2 62 50
Octal 376 237 234 0 45 47 0 2 142 120
Binary 11111110 10011111 10011100 0 100101 100111 0 10 1100010 1010000

Color Harmonies of #FE9F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9F9C

Black with #FE9F9C

Text Example


Text Example

White with #FE9F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9F9C; }

 p { color: rgb(254,159,156); }

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

background-color css

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

 a { background-color: rgb(254,159,156); }

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

border-color css

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

 span { border-color: rgb(254,159,156); }

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