Html Css Color HEX #FDACA0 Rose Bud

📋 copy color: '#FDACA0'

red 253 ◦ green 172 ◦ blue 160

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

Shades of Rose Bud #FDACA0

Tints of Rose Bud #FDACA0

RGB

 RED value IS 253 (99.22% from 255) = 43.25%

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

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

R = 43.25%
G = 29.4%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FDACA0 (or 0xFDACA0) is known color: Rose Bud. HEX triplet: FD, AC and A0. RGB value is (253,172,160). Sum of RGB (Red+Green+Blue) = 253+172+160=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 160 (62.89% from 255 or 27.35% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDACA0 is #02535F. Grayscale: #C2C2C2. Windows color (decimal): -152416 or 10530045. OLE color: 10530045.

HSL color Cylindrical-coordinate representation of color #FDACA0: hue angle of 7.74º degrees, saturation: 0.96, 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 #FDACA0 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 172 160 -
CMYK 0 0.32 0.37 0.01
HSL 7.74º 0.96% 0.81% -
HSV(B) 7.74º 0.37% 0.99% -
XYZ 61.61 52.93 40.23 -
YUV 194.85 108.34 169.48 -
System Red Green Blue C M Y K H S L
Decimal 253 172 160 0 0.32 0.37 0.01 7.74 0.96 0.81
Hex FD AC A0 0 20 25 1 8 60 51
Octal 375 254 240 0 40 45 1 10 140 121
Binary 11111101 10101100 10100000 0 100000 100101 1 1000 1100000 1010001

Color Harmonies of #FDACA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDACA0

Black with #FDACA0

Text Example


Text Example

White with #FDACA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDACA0; }

 p { color: rgb(253,172,160); }

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

background-color css

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

 a { background-color: rgb(253,172,160); }

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

border-color css

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

 span { border-color: rgb(253,172,160); }

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