Html Css Color HEX #FFA5AF Light Pink

📋 copy color: '#FFA5AF'

red 255 ◦ green 165 ◦ blue 175

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

Shades of Light Pink #FFA5AF

Tints of Light Pink #FFA5AF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.73%

 BLUE value IS 175 (68.75% from 255) = 29.41%

R = 42.86%
G = 27.73%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFA5AF (or 0xFFA5AF) is known color: Light Pink. HEX triplet: FF, A5 and AF. RGB value is (255,165,175). Sum of RGB (Red+Green+Blue) = 255+165+175=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 165 (64.84% from 255 or 27.73% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA5AF is #005A50. Grayscale: #C1C1C1. Windows color (decimal): -23121 or 11511295. OLE color: 11511295.

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

Color convert

RGB 255 165 175 -
CMYK 0 0.35 0.31 0
HSL 353.33º 1% 0.82% -
HSV(B) 353.33º 0.35% 1% -
XYZ 62.43 51.27 47.16 -
YUV 193.05 117.82 172.19 -
System Red Green Blue C M Y K H S L
Decimal 255 165 175 0 0.35 0.31 0 353.33 1 0.82
Hex FF A5 AF 0 23 1F 0 161 64 52
Octal 377 245 257 0 43 37 0 541 144 122
Binary 11111111 10100101 10101111 0 100011 11111 0 101100001 1100100 1010010

Color Harmonies of #FFA5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA5AF

Black with #FFA5AF

Text Example


Text Example

White with #FFA5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA5AF; }

 p { color: rgb(255,165,175); }

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

background-color css

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

 a { background-color: rgb(255,165,175); }

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

border-color css

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

 span { border-color: rgb(255,165,175); }

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