Html Css Color HEX #FCADA0 Rose Bud

📋 copy color: '#FCADA0'

red 252 ◦ green 173 ◦ blue 160

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

Shades of Rose Bud #FCADA0

Tints of Rose Bud #FCADA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 27.35%

R = 43.08%
G = 29.57%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCADA0 (or 0xFCADA0) is known color: Rose Bud. HEX triplet: FC, AD and A0. RGB value is (252,173,160). Sum of RGB (Red+Green+Blue) = 252+173+160=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 160 (62.89% from 255 or 27.35% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCADA0 is #03525F. Grayscale: #C3C3C3. Windows color (decimal): -217696 or 10530300. OLE color: 10530300.

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

Color convert

RGB 252 173 160 -
CMYK 0 0.31 0.37 0.01
HSL 8.48º 0.94% 0.81% -
HSV(B) 8.48º 0.37% 0.99% -
XYZ 61.43 53.12 40.27 -
YUV 195.14 108.17 168.56 -
System Red Green Blue C M Y K H S L
Decimal 252 173 160 0 0.31 0.37 0.01 8.48 0.94 0.81
Hex FC AD A0 0 1F 25 1 8 5E 51
Octal 374 255 240 0 37 45 1 10 136 121
Binary 11111100 10101101 10100000 0 11111 100101 1 1000 1011110 1010001

Color Harmonies of #FCADA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCADA0

Black with #FCADA0

Text Example


Text Example

White with #FCADA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCADA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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