Html Css Color HEX #F9A5CE Lavender Pink

📋 copy color: '#F9A5CE'

red 249 ◦ green 165 ◦ blue 206

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

Shades of Lavender Pink #F9A5CE

Tints of Lavender Pink #F9A5CE

RGB

 RED value IS 249 (97.66% from 255) = 40.16%

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

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

R = 40.16%
G = 26.61%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F9A5CE (or 0xF9A5CE) is known color: Lavender Pink. HEX triplet: F9, A5 and CE. RGB value is (249,165,206). Sum of RGB (Red+Green+Blue) = 249+165+206=620 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.16% from 620); Green value is 165 (64.84% from 255 or 26.61% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A5CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A5CE is #065A31. Grayscale: #C2C2C2. Windows color (decimal): -416306 or 13542905. OLE color: 13542905.

HSL color Cylindrical-coordinate representation of color #F9A5CE: hue angle of 330.71º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F9A5CE is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 165 206 -
CMYK 0 0.34 0.17 0.02
HSL 330.71º 0.88% 0.81% -
HSV(B) 330.71º 0.34% 0.98% -
XYZ 63.66 51.51 64.98 -
YUV 194.79 134.33 166.67 -
System Red Green Blue C M Y K H S L
Decimal 249 165 206 0 0.34 0.17 0.02 330.71 0.88 0.81
Hex F9 A5 CE 0 22 11 2 14B 58 51
Octal 371 245 316 0 42 21 2 513 130 121
Binary 11111001 10100101 11001110 0 100010 10001 10 101001011 1011000 1010001

Color Harmonies of #F9A5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A5CE

Black with #F9A5CE

Text Example


Text Example

White with #F9A5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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