Html Css Color HEX #FCA292 Rose Bud

📋 copy color: '#FCA292'

red 252 ◦ green 162 ◦ blue 146

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

Shades of Rose Bud #FCA292

Tints of Rose Bud #FCA292

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.93%

 BLUE value IS 146 (57.42% from 255) = 26.07%

R = 45%
G = 28.93%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FCA292 (or 0xFCA292) is known color: Rose Bud. HEX triplet: FC, A2 and 92. RGB value is (252,162,146). Sum of RGB (Red+Green+Blue) = 252+162+146=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 162 (63.67% from 255 or 28.93% from 560); Blue value is 146 (57.42% from 255 or 26.07% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA292 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA292 is #035D6D. Grayscale: #BBBBBB. Windows color (decimal): -220526 or 9609980. OLE color: 9609980.

HSL color Cylindrical-coordinate representation of color #FCA292: hue angle of 9.06º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FCA292 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 162 146 -
CMYK 0 0.36 0.42 0.01
HSL 9.06º 0.95% 0.78% -
HSV(B) 9.06º 0.42% 0.99% -
XYZ 58.25 48.61 33.51 -
YUV 187.09 104.82 174.3 -
System Red Green Blue C M Y K H S L
Decimal 252 162 146 0 0.36 0.42 0.01 9.06 0.95 0.78
Hex FC A2 92 0 24 2A 1 9 5F 4E
Octal 374 242 222 0 44 52 1 11 137 116
Binary 11111100 10100010 10010010 0 100100 101010 1 1001 1011111 1001110

Color Harmonies of #FCA292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA292

Black with #FCA292

Text Example


Text Example

White with #FCA292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA292; }

 p { color: rgb(252,162,146); }

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

background-color css

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

 a { background-color: rgb(252,162,146); }

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

border-color css

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

 span { border-color: rgb(252,162,146); }

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