Html Css Color HEX #FCA68C Rose Bud

📋 copy color: '#FCA68C'

red 252 ◦ green 166 ◦ blue 140

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

Shades of Rose Bud #FCA68C

Tints of Rose Bud #FCA68C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.75%

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

R = 45.16%
G = 29.75%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCA68C (or 0xFCA68C) is known color: Rose Bud. HEX triplet: FC, A6 and 8C. RGB value is (252,166,140). Sum of RGB (Red+Green+Blue) = 252+166+140=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 166 (65.23% from 255 or 29.75% from 558); Blue value is 140 (55.08% from 255 or 25.09% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA68C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA68C is #035973. Grayscale: #BCBCBC. Windows color (decimal): -219508 or 9217788. OLE color: 9217788.

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

Color convert

RGB 252 166 140 -
CMYK 0 0.34 0.44 0.01
HSL 13.93º 0.95% 0.77% -
HSV(B) 13.93º 0.44% 0.99% -
XYZ 58.51 49.86 31.35 -
YUV 188.75 100.49 173.11 -
System Red Green Blue C M Y K H S L
Decimal 252 166 140 0 0.34 0.44 0.01 13.93 0.95 0.77
Hex FC A6 8C 0 22 2C 1 E 5F 4D
Octal 374 246 214 0 42 54 1 16 137 115
Binary 11111100 10100110 10001100 0 100010 101100 1 1110 1011111 1001101

Color Harmonies of #FCA68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA68C

Black with #FCA68C

Text Example


Text Example

White with #FCA68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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