Html Css Color HEX #FCA390 Rose Bud

📋 copy color: '#FCA390'

red 252 ◦ green 163 ◦ blue 144

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

Shades of Rose Bud #FCA390

Tints of Rose Bud #FCA390

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.16%

 BLUE value IS 144 (56.64% from 255) = 25.76%

R = 45.08%
G = 29.16%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FCA390 (or 0xFCA390) is known color: Rose Bud. HEX triplet: FC, A3 and 90. RGB value is (252,163,144). Sum of RGB (Red+Green+Blue) = 252+163+144=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 163 (64.06% from 255 or 29.16% from 559); Blue value is 144 (56.64% from 255 or 25.76% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA390 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA390 is #035C6F. Grayscale: #BBBBBB. Windows color (decimal): -220272 or 9479164. OLE color: 9479164.

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

Color convert

RGB 252 163 144 -
CMYK 0 0.35 0.43 0.01
HSL 10.56º 0.95% 0.78% -
HSV(B) 10.56º 0.43% 0.99% -
XYZ 58.28 48.9 32.75 -
YUV 187.45 103.49 174.04 -
System Red Green Blue C M Y K H S L
Decimal 252 163 144 0 0.35 0.43 0.01 10.56 0.95 0.78
Hex FC A3 90 0 23 2B 1 B 5F 4E
Octal 374 243 220 0 43 53 1 13 137 116
Binary 11111100 10100011 10010000 0 100011 101011 1 1011 1011111 1001110

Color Harmonies of #FCA390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA390

Black with #FCA390

Text Example


Text Example

White with #FCA390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA390; }

 p { color: rgb(252,163,144); }

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

background-color css

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

 a { background-color: rgb(252,163,144); }

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

border-color css

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

 span { border-color: rgb(252,163,144); }

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