Html Css Color HEX #FCADA1 Rose Bud

📋 copy color: '#FCADA1'

red 252 ◦ green 173 ◦ blue 161

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

Shades of Rose Bud #FCADA1

Tints of Rose Bud #FCADA1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.52%

 BLUE value IS 161 (63.28% from 255) = 27.47%

R = 43%
G = 29.52%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FCADA1 (or 0xFCADA1) is known color: Rose Bud. HEX triplet: FC, AD and A1. RGB value is (252,173,161). Sum of RGB (Red+Green+Blue) = 252+173+161=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 161 (63.28% from 255 or 27.47% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCADA1 is #03525E. Grayscale: #C3C3C3. Windows color (decimal): -217695 or 10595836. OLE color: 10595836.

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

Color convert

RGB 252 173 161 -
CMYK 0 0.31 0.36 0.01
HSL 7.91º 0.94% 0.81% -
HSV(B) 7.91º 0.36% 0.99% -
XYZ 61.52 53.16 40.74 -
YUV 195.25 108.67 168.48 -
System Red Green Blue C M Y K H S L
Decimal 252 173 161 0 0.31 0.36 0.01 7.91 0.94 0.81
Hex FC AD A1 0 1F 24 1 8 5E 51
Octal 374 255 241 0 37 44 1 10 136 121
Binary 11111100 10101101 10100001 0 11111 100100 1 1000 1011110 1010001

Color Harmonies of #FCADA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCADA1

Black with #FCADA1

Text Example


Text Example

White with #FCADA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCADA1; }

 p { color: rgb(252,173,161); }

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

background-color css

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

 a { background-color: rgb(252,173,161); }

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

border-color css

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

 span { border-color: rgb(252,173,161); }

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