Html Css Color HEX #FC9F9D Rose Bud

📋 copy color: '#FC9F9D'

red 252 ◦ green 159 ◦ blue 157

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

Shades of Rose Bud #FC9F9D

Tints of Rose Bud #FC9F9D

RGB

 RED value IS 252 (98.83% from 255) = 44.37%

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

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

R = 44.37%
G = 27.99%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC9F9D (or 0xFC9F9D) is known color: Rose Bud. HEX triplet: FC, 9F and 9D. RGB value is (252,159,157). Sum of RGB (Red+Green+Blue) = 252+159+157=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 157 (61.72% from 255 or 27.64% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9F9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9F9D is #036062. Grayscale: #BABABA. Windows color (decimal): -221283 or 10330108. OLE color: 10330108.

HSL color Cylindrical-coordinate representation of color #FC9F9D: hue angle of 1.26º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FC9F9D is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 159 157 -
CMYK 0 0.37 0.38 0.01
HSL 1.26º 0.94% 0.8% -
HSV(B) 1.26º 0.38% 0.99% -
XYZ 58.63 47.93 38.06 -
YUV 186.58 111.31 174.66 -
System Red Green Blue C M Y K H S L
Decimal 252 159 157 0 0.37 0.38 0.01 1.26 0.94 0.8
Hex FC 9F 9D 0 25 26 1 1 5E 50
Octal 374 237 235 0 45 46 1 1 136 120
Binary 11111100 10011111 10011101 0 100101 100110 1 1 1011110 1010000

Color Harmonies of #FC9F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9F9D

Black with #FC9F9D

Text Example


Text Example

White with #FC9F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9F9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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