Html Css Color HEX #FE9F9D Rose Bud

📋 copy color: '#FE9F9D'

red 254 ◦ green 159 ◦ blue 157

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

Shades of Rose Bud #FE9F9D

Tints of Rose Bud #FE9F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.54%

R = 44.56%
G = 27.89%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE9F9D (or 0xFE9F9D) is known color: Rose Bud. HEX triplet: FE, 9F and 9D. RGB value is (254,159,157). Sum of RGB (Red+Green+Blue) = 254+159+157=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 159 (62.5% from 255 or 27.89% from 570); Blue value is 157 (61.72% from 255 or 27.54% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9F9D is #016062. Grayscale: #BBBBBB. Windows color (decimal): -90211 or 10330110. OLE color: 10330110.

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

Color convert

RGB 254 159 157 -
CMYK 0 0.37 0.38 0.00
HSL 1.24º 0.98% 0.81% -
HSV(B) 1.24º 0.38% 1% -
XYZ 59.36 48.3 38.09 -
YUV 187.18 110.97 175.66 -
System Red Green Blue C M Y K H S L
Decimal 254 159 157 0 0.37 0.38 0.00 1.24 0.98 0.81
Hex FE 9F 9D 0 25 26 0 1 62 51
Octal 376 237 235 0 45 46 0 1 142 121
Binary 11111110 10011111 10011101 0 100101 100110 0 1 1100010 1010001

Color Harmonies of #FE9F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9F9D

Black with #FE9F9D

Text Example


Text Example

White with #FE9F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9F9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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