Html Css Color HEX #FFAFCE Lavender Pink

📋 copy color: '#FFAFCE'

red 255 ◦ green 175 ◦ blue 206

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

Shades of Lavender Pink #FFAFCE

Tints of Lavender Pink #FFAFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.39%

R = 40.09%
G = 27.52%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FFAFCE (or 0xFFAFCE) is known color: Lavender Pink. HEX triplet: FF, AF and CE. RGB value is (255,175,206). Sum of RGB (Red+Green+Blue) = 255+175+206=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 175 (68.75% from 255 or 27.52% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFCE is #005031. Grayscale: #CACACA. Windows color (decimal): -20530 or 13545471. OLE color: 13545471.

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

Color convert

RGB 255 175 206 -
CMYK 0 0.31 0.19 0
HSL 336.75º 1% 0.84% -
HSV(B) 336.75º 0.31% 1% -
XYZ 67.71 56.38 65.71 -
YUV 202.45 130 165.48 -
System Red Green Blue C M Y K H S L
Decimal 255 175 206 0 0.31 0.19 0 336.75 1 0.84
Hex FF AF CE 0 1F 13 0 151 64 54
Octal 377 257 316 0 37 23 0 521 144 124
Binary 11111111 10101111 11001110 0 11111 10011 0 101010001 1100100 1010100

Color Harmonies of #FFAFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAFCE

Black with #FFAFCE

Text Example


Text Example

White with #FFAFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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