Html Css Color HEX #FCAB9A Rose Bud

📋 copy color: '#FCAB9A'

red 252 ◦ green 171 ◦ blue 154

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

Shades of Rose Bud #FCAB9A

Tints of Rose Bud #FCAB9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 26.69%

R = 43.67%
G = 29.64%
B = 26.69%

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

#FCAB9A (or 0xFCAB9A) is known color: Rose Bud. HEX triplet: FC, AB and 9A. RGB value is (252,171,154). Sum of RGB (Red+Green+Blue) = 252+171+154=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 154 (60.55% from 255 or 26.69% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAB9A is #035465. Grayscale: #C1C1C1. Windows color (decimal): -218214 or 10136572. OLE color: 10136572.

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

Color convert

RGB 252 171 154 -
CMYK 0 0.32 0.39 0.01
HSL 10.41º 0.94% 0.8% -
HSV(B) 10.41º 0.39% 0.99% -
XYZ 60.54 52.15 37.45 -
YUV 193.28 105.84 169.88 -
System Red Green Blue C M Y K H S L
Decimal 252 171 154 0 0.32 0.39 0.01 10.41 0.94 0.8
Hex FC AB 9A 0 20 27 1 A 5E 50
Octal 374 253 232 0 40 47 1 12 136 120
Binary 11111100 10101011 10011010 0 100000 100111 1 1010 1011110 1010000

Color Harmonies of #FCAB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB9A

Black with #FCAB9A

Text Example


Text Example

White with #FCAB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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