Html Css Color HEX #FCAC90 Rose Bud

📋 copy color: '#FCAC90'

red 252 ◦ green 172 ◦ blue 144

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

Shades of Rose Bud #FCAC90

Tints of Rose Bud #FCAC90

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.28%

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

R = 44.37%
G = 30.28%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FCAC90 (or 0xFCAC90) is known color: Rose Bud. HEX triplet: FC, AC and 90. RGB value is (252,172,144). Sum of RGB (Red+Green+Blue) = 252+172+144=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 144 (56.64% from 255 or 25.35% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAC90 is #03536F. Grayscale: #C0C0C0. Windows color (decimal): -217968 or 9481468. OLE color: 9481468.

HSL color Cylindrical-coordinate representation of color #FCAC90: hue angle of 15.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 #FCAC90 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 172 144 -
CMYK 0 0.32 0.43 0.01
HSL 15.56º 0.95% 0.78% -
HSV(B) 15.56º 0.43% 0.99% -
XYZ 59.93 52.21 33.31 -
YUV 192.73 100.5 170.28 -
System Red Green Blue C M Y K H S L
Decimal 252 172 144 0 0.32 0.43 0.01 15.56 0.95 0.78
Hex FC AC 90 0 20 2B 1 10 5F 4E
Octal 374 254 220 0 40 53 1 20 137 116
Binary 11111100 10101100 10010000 0 100000 101011 1 10000 1011111 1001110

Color Harmonies of #FCAC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAC90

Black with #FCAC90

Text Example


Text Example

White with #FCAC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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