Html Css Color HEX #FCAB99 Rose Bud

📋 copy color: '#FCAB99'

red 252 ◦ green 171 ◦ blue 153

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

Shades of Rose Bud #FCAB99

Tints of Rose Bud #FCAB99

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.69%

 BLUE value IS 153 (60.16% from 255) = 26.56%

R = 43.75%
G = 29.69%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FCAB99 (or 0xFCAB99) is known color: Rose Bud. HEX triplet: FC, AB and 99. RGB value is (252,171,153). Sum of RGB (Red+Green+Blue) = 252+171+153=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 153 (60.16% from 255 or 26.56% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAB99 is #035466. Grayscale: #C1C1C1. Windows color (decimal): -218215 or 10071036. OLE color: 10071036.

HSL color Cylindrical-coordinate representation of color #FCAB99: hue angle of 10.91º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FCAB99 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 171 153 -
CMYK 0 0.32 0.39 0.01
HSL 10.91º 0.94% 0.79% -
HSV(B) 10.91º 0.39% 0.99% -
XYZ 60.46 52.12 37.01 -
YUV 193.17 105.34 169.96 -
System Red Green Blue C M Y K H S L
Decimal 252 171 153 0 0.32 0.39 0.01 10.91 0.94 0.79
Hex FC AB 99 0 20 27 1 B 5E 4F
Octal 374 253 231 0 40 47 1 13 136 117
Binary 11111100 10101011 10011001 0 100000 100111 1 1011 1011110 1001111

Color Harmonies of #FCAB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB99

Black with #FCAB99

Text Example


Text Example

White with #FCAB99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB99; }

 p { color: rgb(252,171,153); }

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

background-color css

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

 a { background-color: rgb(252,171,153); }

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

border-color css

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

 span { border-color: rgb(252,171,153); }

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