Html Css Color HEX #FA9C9C Rose Bud

📋 copy color: '#FA9C9C'

red 250 ◦ green 156 ◦ blue 156

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

Shades of Rose Bud #FA9C9C

Tints of Rose Bud #FA9C9C

RGB

 RED value IS 250 (98.05% from 255) = 44.48%

 GREEN value IS 156 (61.33% from 255) = 27.76%

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

R = 44.48%
G = 27.76%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA9C9C (or 0xFA9C9C) is known color: Rose Bud. HEX triplet: FA, 9C and 9C. RGB value is (250,156,156). Sum of RGB (Red+Green+Blue) = 250+156+156=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 156 (61.33% from 255 or 27.76% from 562); Blue value is 156 (61.33% from 255 or 27.76% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9C9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9C9C is #056363. Grayscale: #B8B8B8. Windows color (decimal): -353124 or 10263802. OLE color: 10263802.

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

Color convert

RGB 250 156 156 -
CMYK 0 0.38 0.38 0.02
HSL 0.9% 0.8% -
HSV(B) 0.38% 0.98% -
XYZ 57.31 46.5 37.41 -
YUV 184.11 112.14 175 -
System Red Green Blue C M Y K H S L
Decimal 250 156 156 0 0.38 0.38 0.02 0 0.9 0.8
Hex FA 9C 9C 0 26 26 2 0 5A 50
Octal 372 234 234 0 46 46 2 0 132 120
Binary 11111010 10011100 10011100 0 100110 100110 10 0 1011010 1010000

Color Harmonies of #FA9C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9C9C

Black with #FA9C9C

Text Example


Text Example

White with #FA9C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9C9C; }

 p { color: rgb(250,156,156); }

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

background-color css

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

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

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

border-color css

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

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

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