Html Css Color HEX #FCA68D Rose Bud

📋 copy color: '#FCA68D'

red 252 ◦ green 166 ◦ blue 141

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

Shades of Rose Bud #FCA68D

Tints of Rose Bud #FCA68D

RGB

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

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

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

R = 45.08%
G = 29.7%
B = 25.22%

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

#FCA68D (or 0xFCA68D) is known color: Rose Bud. HEX triplet: FC, A6 and 8D. RGB value is (252,166,141). Sum of RGB (Red+Green+Blue) = 252+166+141=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 141 (55.47% from 255 or 25.22% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA68D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA68D is #035972. Grayscale: #BDBDBD. Windows color (decimal): -219507 or 9283324. OLE color: 9283324.

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

Color convert

RGB 252 166 141 -
CMYK 0 0.34 0.44 0.01
HSL 13.51º 0.95% 0.77% -
HSV(B) 13.51º 0.44% 0.99% -
XYZ 58.59 49.89 31.74 -
YUV 188.86 100.99 173.03 -
System Red Green Blue C M Y K H S L
Decimal 252 166 141 0 0.34 0.44 0.01 13.51 0.95 0.77
Hex FC A6 8D 0 22 2C 1 E 5F 4D
Octal 374 246 215 0 42 54 1 16 137 115
Binary 11111100 10100110 10001101 0 100010 101100 1 1110 1011111 1001101

Color Harmonies of #FCA68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA68D

Black with #FCA68D

Text Example


Text Example

White with #FCA68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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