Html Css Color HEX #FFA68C Rose Bud

📋 copy color: '#FFA68C'

red 255 ◦ green 166 ◦ blue 140

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

Shades of Rose Bud #FFA68C

Tints of Rose Bud #FFA68C

RGB

 RED value IS 255 (100% from 255) = 45.45%

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

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

R = 45.45%
G = 29.59%
B = 24.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FFA68C (or 0xFFA68C) is known color: Rose Bud. HEX triplet: FF, A6 and 8C. RGB value is (255,166,140). Sum of RGB (Red+Green+Blue) = 255+166+140=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 166 (65.23% from 255 or 29.59% from 561); Blue value is 140 (55.08% from 255 or 24.96% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA68C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA68C is #005973. Grayscale: #BDBDBD. Windows color (decimal): -22900 or 9217791. OLE color: 9217791.

HSL color Cylindrical-coordinate representation of color #FFA68C: hue angle of 13.57º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFA68C is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB 255 166 140 -
CMYK 0 0.35 0.45 0
HSL 13.57º 1% 0.77% -
HSV(B) 13.57º 0.45% 1% -
XYZ 59.61 50.43 31.4 -
YUV 189.65 99.99 174.61 -
System Red Green Blue C M Y K H S L
Decimal 255 166 140 0 0.35 0.45 0 13.57 1 0.77
Hex FF A6 8C 0 23 2D 0 E 64 4D
Octal 377 246 214 0 43 55 0 16 144 115
Binary 11111111 10100110 10001100 0 100011 101101 0 1110 1100100 1001101

Color Harmonies of #FFA68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA68C

Black with #FFA68C

Text Example


Text Example

White with #FFA68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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