Html Css Color HEX #FFAFB2 Light Pink

📋 copy color: '#FFAFB2'

red 255 ◦ green 175 ◦ blue 178

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

Shades of Light Pink #FFAFB2

Tints of Light Pink #FFAFB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 29.28%

R = 41.94%
G = 28.78%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FFAFB2 (or 0xFFAFB2) is known color: Light Pink. HEX triplet: FF, AF and B2. RGB value is (255,175,178). Sum of RGB (Red+Green+Blue) = 255+175+178=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 178 (69.92% from 255 or 29.28% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAFB2 is #00504D. Grayscale: #C7C7C7. Windows color (decimal): -20558 or 11710463. OLE color: 11710463.

HSL color Cylindrical-coordinate representation of color #FFAFB2: hue angle of 357.75º 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 #FFAFB2 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB 255 175 178 -
CMYK 0 0.31 0.30 0
HSL 357.75º 1% 0.84% -
HSV(B) 357.75º 0.31% 1% -
XYZ 64.61 55.13 49.36 -
YUV 199.26 116 167.76 -
System Red Green Blue C M Y K H S L
Decimal 255 175 178 0 0.31 0.30 0 357.75 1 0.84
Hex FF AF B2 0 1F 1E 0 166 64 54
Octal 377 257 262 0 37 36 0 546 144 124
Binary 11111111 10101111 10110010 0 11111 11110 0 101100110 1100100 1010100

Color Harmonies of #FFAFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAFB2

Black with #FFAFB2

Text Example


Text Example

White with #FFAFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAFB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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