Html Css Color HEX #F6AFBA Light Pink

📋 copy color: '#F6AFBA'

red 246 ◦ green 175 ◦ blue 186

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

Shades of Light Pink #F6AFBA

Tints of Light Pink #F6AFBA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.83%

 BLUE value IS 186 (73.05% from 255) = 30.64%

R = 40.53%
G = 28.83%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F6AFBA (or 0xF6AFBA) is known color: Light Pink. HEX triplet: F6, AF and BA. RGB value is (246,175,186). Sum of RGB (Red+Green+Blue) = 246+175+186=607 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.53% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AFBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AFBA is #095045. Grayscale: #C5C5C5. Windows color (decimal): -610374 or 12234742. OLE color: 12234742.

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

Color convert

RGB 246 175 186 -
CMYK 0 0.29 0.24 0.04
HSL 350.7º 0.8% 0.83% -
HSV(B) 350.7º 0.29% 0.96% -
XYZ 62.2 53.8 53.56 -
YUV 197.48 121.52 162.61 -
System Red Green Blue C M Y K H S L
Decimal 246 175 186 0 0.29 0.24 0.04 350.7 0.8 0.83
Hex F6 AF BA 0 1D 18 4 15F 50 53
Octal 366 257 272 0 35 30 4 537 120 123
Binary 11110110 10101111 10111010 0 11101 11000 100 101011111 1010000 1010011

Color Harmonies of #F6AFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6AFBA

Black with #F6AFBA

Text Example


Text Example

White with #F6AFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6AFBA; }

 p { color: rgb(246,175,186); }

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

background-color css

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

 a { background-color: rgb(246,175,186); }

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

border-color css

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

 span { border-color: rgb(246,175,186); }

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