Html Css Color HEX #F7A5CE Lavender Pink

📋 copy color: '#F7A5CE'

red 247 ◦ green 165 ◦ blue 206

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

Shades of Lavender Pink #F7A5CE

Tints of Lavender Pink #F7A5CE

RGB

 RED value IS 247 (96.88% from 255) = 39.97%

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

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

R = 39.97%
G = 26.7%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F7A5CE (or 0xF7A5CE) is known color: Lavender Pink. HEX triplet: F7, A5 and CE. RGB value is (247,165,206). Sum of RGB (Red+Green+Blue) = 247+165+206=618 (81% of max value = 765). Red value is 247 (96.88% from 255 or 39.97% from 618); Green value is 165 (64.84% from 255 or 26.70% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A5CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A5CE is #085A31. Grayscale: #C2C2C2. Windows color (decimal): -547378 or 13542903. OLE color: 13542903.

HSL color Cylindrical-coordinate representation of color #F7A5CE: hue angle of 330º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F7A5CE is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 165 206 -
CMYK 0 0.33 0.17 0.03
HSL 330º 0.84% 0.81% -
HSV(B) 330º 0.33% 0.97% -
XYZ 62.95 51.14 64.95 -
YUV 194.19 134.67 165.67 -
System Red Green Blue C M Y K H S L
Decimal 247 165 206 0 0.33 0.17 0.03 330 0.84 0.81
Hex F7 A5 CE 0 21 11 3 14A 54 51
Octal 367 245 316 0 41 21 3 512 124 121
Binary 11110111 10100101 11001110 0 100001 10001 11 101001010 1010100 1010001

Color Harmonies of #F7A5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A5CE

Black with #F7A5CE

Text Example


Text Example

White with #F7A5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A5CE; }

 p { color: rgb(247,165,206); }

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

background-color css

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

 a { background-color: rgb(247,165,206); }

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

border-color css

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

 span { border-color: rgb(247,165,206); }

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