Html Css Color HEX #FFAFB4 Light Pink

📋 copy color: '#FFAFB4'

red 255 ◦ green 175 ◦ blue 180

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

Shades of Light Pink #FFAFB4

Tints of Light Pink #FFAFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 29.51%

R = 41.8%
G = 28.69%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FFAFB4 (or 0xFFAFB4) is known color: Light Pink. HEX triplet: FF, AF and B4. RGB value is (255,175,180). Sum of RGB (Red+Green+Blue) = 255+175+180=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 180 (70.70% from 255 or 29.51% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFB4 is #00504B. Grayscale: #C7C7C7. Windows color (decimal): -20556 or 11841535. OLE color: 11841535.

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

Color convert

RGB 255 175 180 -
CMYK 0 0.31 0.29 0
HSL 356.25º 1% 0.84% -
HSV(B) 356.25º 0.31% 1% -
XYZ 64.81 55.22 50.42 -
YUV 199.49 117 167.59 -
System Red Green Blue C M Y K H S L
Decimal 255 175 180 0 0.31 0.29 0 356.25 1 0.84
Hex FF AF B4 0 1F 1D 0 164 64 54
Octal 377 257 264 0 37 35 0 544 144 124
Binary 11111111 10101111 10110100 0 11111 11101 0 101100100 1100100 1010100

Color Harmonies of #FFAFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAFB4

Black with #FFAFB4

Text Example


Text Example

White with #FFAFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAFB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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