Html Css Color HEX #FC9E9C Rose Bud

📋 copy color: '#FC9E9C'

red 252 ◦ green 158 ◦ blue 156

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

Shades of Rose Bud #FC9E9C

Tints of Rose Bud #FC9E9C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.92%

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

R = 44.52%
G = 27.92%
B = 27.56%

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

#FC9E9C (or 0xFC9E9C) is known color: Rose Bud. HEX triplet: FC, 9E and 9C. RGB value is (252,158,156). Sum of RGB (Red+Green+Blue) = 252+158+156=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 158 (62.11% from 255 or 27.92% from 566); Blue value is 156 (61.33% from 255 or 27.56% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9E9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9E9C is #036163. Grayscale: #B9B9B9. Windows color (decimal): -221540 or 10264316. OLE color: 10264316.

HSL color Cylindrical-coordinate representation of color #FC9E9C: hue angle of 1.25º 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 #FC9E9C is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 158 156 -
CMYK 0 0.37 0.38 0.01
HSL 1.25º 0.94% 0.8% -
HSV(B) 1.25º 0.38% 0.99% -
XYZ 58.37 47.55 37.55 -
YUV 185.88 111.14 175.16 -
System Red Green Blue C M Y K H S L
Decimal 252 158 156 0 0.37 0.38 0.01 1.25 0.94 0.8
Hex FC 9E 9C 0 25 26 1 1 5E 50
Octal 374 236 234 0 45 46 1 1 136 120
Binary 11111100 10011110 10011100 0 100101 100110 1 1 1011110 1010000

Color Harmonies of #FC9E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9E9C

Black with #FC9E9C

Text Example


Text Example

White with #FC9E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9E9C; }

 p { color: rgb(252,158,156); }

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

background-color css

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

 a { background-color: rgb(252,158,156); }

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

border-color css

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

 span { border-color: rgb(252,158,156); }

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