Html Css Color HEX #F9B2CE Lavender Pink

📋 copy color: '#F9B2CE'

red 249 ◦ green 178 ◦ blue 206

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

Shades of Lavender Pink #F9B2CE

Tints of Lavender Pink #F9B2CE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.12%

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

R = 39.34%
G = 28.12%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F9B2CE (or 0xF9B2CE) is known color: Lavender Pink. HEX triplet: F9, B2 and CE. RGB value is (249,178,206). Sum of RGB (Red+Green+Blue) = 249+178+206=633 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.34% from 633); Green value is 178 (69.92% from 255 or 28.12% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B2CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9B2CE is #064D31. Grayscale: #CACACA. Windows color (decimal): -412978 or 13546233. OLE color: 13546233.

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

Color convert

RGB 249 178 206 -
CMYK 0 0.29 0.17 0.02
HSL 336.34º 0.86% 0.84% -
HSV(B) 336.34º 0.29% 0.98% -
XYZ 66.13 56.44 65.8 -
YUV 202.42 130.02 161.22 -
System Red Green Blue C M Y K H S L
Decimal 249 178 206 0 0.29 0.17 0.02 336.34 0.86 0.84
Hex F9 B2 CE 0 1D 11 2 150 56 54
Octal 371 262 316 0 35 21 2 520 126 124
Binary 11111001 10110010 11001110 0 11101 10001 10 101010000 1010110 1010100

Color Harmonies of #F9B2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B2CE

Black with #F9B2CE

Text Example


Text Example

White with #F9B2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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