Html Css Color HEX #FCA88C Rose Bud

📋 copy color: '#FCA88C'

red 252 ◦ green 168 ◦ blue 140

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

Shades of Rose Bud #FCA88C

Tints of Rose Bud #FCA88C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30%

 BLUE value IS 140 (55.08% from 255) = 25%

R = 45%
G = 30%
B = 25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCA88C (or 0xFCA88C) is known color: Rose Bud. HEX triplet: FC, A8 and 8C. RGB value is (252,168,140). Sum of RGB (Red+Green+Blue) = 252+168+140=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 140 (55.08% from 255 or 25% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA88C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA88C is #035773. Grayscale: #BEBEBE. Windows color (decimal): -218996 or 9218300. OLE color: 9218300.

HSL color Cylindrical-coordinate representation of color #FCA88C: hue angle of 15º 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 #FCA88C is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 168 140 -
CMYK 0 0.33 0.44 0.01
HSL 15º 0.95% 0.77% -
HSV(B) 15º 0.44% 0.99% -
XYZ 58.88 50.59 31.47 -
YUV 189.92 99.83 172.28 -
System Red Green Blue C M Y K H S L
Decimal 252 168 140 0 0.33 0.44 0.01 15 0.95 0.77
Hex FC A8 8C 0 21 2C 1 F 5F 4D
Octal 374 250 214 0 41 54 1 17 137 115
Binary 11111100 10101000 10001100 0 100001 101100 1 1111 1011111 1001101

Color Harmonies of #FCA88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA88C

Black with #FCA88C

Text Example


Text Example

White with #FCA88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA88C; }

 p { color: rgb(252,168,140); }

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

background-color css

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

 a { background-color: rgb(252,168,140); }

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

border-color css

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

 span { border-color: rgb(252,168,140); }

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