Html Css Color HEX #FCAD8D Rose Bud

📋 copy color: '#FCAD8D'

red 252 ◦ green 173 ◦ blue 141

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

Shades of Rose Bud #FCAD8D

Tints of Rose Bud #FCAD8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.91%

R = 44.52%
G = 30.57%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCAD8D (or 0xFCAD8D) is known color: Rose Bud. HEX triplet: FC, AD and 8D. RGB value is (252,173,141). Sum of RGB (Red+Green+Blue) = 252+173+141=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 141 (55.47% from 255 or 24.91% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAD8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAD8D is #035272. Grayscale: #C1C1C1. Windows color (decimal): -217715 or 9285116. OLE color: 9285116.

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

Color convert

RGB 252 173 141 -
CMYK 0 0.31 0.44 0.01
HSL 17.3º 0.95% 0.77% -
HSV(B) 17.3º 0.44% 0.99% -
XYZ 59.9 52.51 32.18 -
YUV 192.97 98.67 170.1 -
System Red Green Blue C M Y K H S L
Decimal 252 173 141 0 0.31 0.44 0.01 17.3 0.95 0.77
Hex FC AD 8D 0 1F 2C 1 11 5F 4D
Octal 374 255 215 0 37 54 1 21 137 115
Binary 11111100 10101101 10001101 0 11111 101100 1 10001 1011111 1001101

Color Harmonies of #FCAD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAD8D

Black with #FCAD8D

Text Example


Text Example

White with #FCAD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAD8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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