Html Css Color HEX #FCA892 Rose Bud

📋 copy color: '#FCA892'

red 252 ◦ green 168 ◦ blue 146

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

Shades of Rose Bud #FCA892

Tints of Rose Bud #FCA892

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.68%

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

R = 44.52%
G = 29.68%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FCA892 (or 0xFCA892) is known color: Rose Bud. HEX triplet: FC, A8 and 92. RGB value is (252,168,146). Sum of RGB (Red+Green+Blue) = 252+168+146=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 168 (66.02% from 255 or 29.68% from 566); Blue value is 146 (57.42% from 255 or 25.80% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA892 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA892 is #03576D. Grayscale: #BEBEBE. Windows color (decimal): -218990 or 9611516. OLE color: 9611516.

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

Color convert

RGB 252 168 146 -
CMYK 0 0.33 0.42 0.01
HSL 12.45º 0.95% 0.78% -
HSV(B) 12.45º 0.42% 0.99% -
XYZ 59.34 50.78 33.87 -
YUV 190.61 102.83 171.79 -
System Red Green Blue C M Y K H S L
Decimal 252 168 146 0 0.33 0.42 0.01 12.45 0.95 0.78
Hex FC A8 92 0 21 2A 1 C 5F 4E
Octal 374 250 222 0 41 52 1 14 137 116
Binary 11111100 10101000 10010010 0 100001 101010 1 1100 1011111 1001110

Color Harmonies of #FCA892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA892

Black with #FCA892

Text Example


Text Example

White with #FCA892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA892; }

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

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

background-color css

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

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

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

border-color css

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

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

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