Html Css Color HEX #FFA690 Rose Bud

📋 copy color: '#FFA690'

red 255 ◦ green 166 ◦ blue 144

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

Shades of Rose Bud #FFA690

Tints of Rose Bud #FFA690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.49%

R = 45.13%
G = 29.38%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FFA690 (or 0xFFA690) is known color: Rose Bud. HEX triplet: FF, A6 and 90. RGB value is (255,166,144). Sum of RGB (Red+Green+Blue) = 255+166+144=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 166 (65.23% from 255 or 29.38% from 565); Blue value is 144 (56.64% from 255 or 25.49% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA690 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA690 is #00596F. Grayscale: #BEBEBE. Windows color (decimal): -22896 or 9479935. OLE color: 9479935.

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

Color convert

RGB 255 166 144 -
CMYK 0 0.35 0.44 0
HSL 11.89º 1% 0.78% -
HSV(B) 11.89º 0.44% 1% -
XYZ 59.91 50.55 32.98 -
YUV 190.1 101.99 174.29 -
System Red Green Blue C M Y K H S L
Decimal 255 166 144 0 0.35 0.44 0 11.89 1 0.78
Hex FF A6 90 0 23 2C 0 C 64 4E
Octal 377 246 220 0 43 54 0 14 144 116
Binary 11111111 10100110 10010000 0 100011 101100 0 1100 1100100 1001110

Color Harmonies of #FFA690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA690

Black with #FFA690

Text Example


Text Example

White with #FFA690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA690; }

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

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

background-color css

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

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

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

border-color css

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

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

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