Html Css Color HEX #F6A4AA Illusion

📋 copy color: '#F6A4AA'

red 246 ◦ green 164 ◦ blue 170

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

Shades of Illusion #F6A4AA

Tints of Illusion #F6A4AA

RGB

 RED value IS 246 (96.48% from 255) = 42.41%

 GREEN value IS 164 (64.45% from 255) = 28.28%

 BLUE value IS 170 (66.8% from 255) = 29.31%

R = 42.41%
G = 28.28%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F6A4AA (or 0xF6A4AA) is known color: Illusion. HEX triplet: F6, A4 and AA. RGB value is (246,164,170). Sum of RGB (Red+Green+Blue) = 246+164+170=580 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.41% from 580); Green value is 164 (64.45% from 255 or 28.28% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A4AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A4AA is #095B55. Grayscale: #BDBDBD. Windows color (decimal): -613206 or 11183350. OLE color: 11183350.

HSL color Cylindrical-coordinate representation of color #F6A4AA: hue angle of 355.61º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6A4AA is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 164 170 -
CMYK 0 0.33 0.31 0.04
HSL 355.61º 0.82% 0.8% -
HSV(B) 355.61º 0.33% 0.96% -
XYZ 58.54 49.05 44.41 -
YUV 189.2 117.17 168.51 -
System Red Green Blue C M Y K H S L
Decimal 246 164 170 0 0.33 0.31 0.04 355.61 0.82 0.8
Hex F6 A4 AA 0 21 1F 4 164 52 50
Octal 366 244 252 0 41 37 4 544 122 120
Binary 11110110 10100100 10101010 0 100001 11111 100 101100100 1010010 1010000

Color Harmonies of #F6A4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A4AA

Black with #F6A4AA

Text Example


Text Example

White with #F6A4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A4AA; }

 p { color: rgb(246,164,170); }

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

background-color css

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

 a { background-color: rgb(246,164,170); }

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

border-color css

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

 span { border-color: rgb(246,164,170); }

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