Html Css Color HEX #F8B1CE Lavender Pink

📋 copy color: '#F8B1CE'

red 248 ◦ green 177 ◦ blue 206

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

Shades of Lavender Pink #F8B1CE

Tints of Lavender Pink #F8B1CE

RGB

 RED value IS 248 (97.27% from 255) = 39.3%

 GREEN value IS 177 (69.53% from 255) = 28.05%

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

R = 39.3%
G = 28.05%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F8B1CE (or 0xF8B1CE) is known color: Lavender Pink. HEX triplet: F8, B1 and CE. RGB value is (248,177,206). Sum of RGB (Red+Green+Blue) = 248+177+206=631 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.30% from 631); Green value is 177 (69.53% from 255 or 28.05% from 631); Blue value is 206 (80.86% from 255 or 32.65% from 631); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B1CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B1CE is #074E31. Grayscale: #C9C9C9. Windows color (decimal): -478770 or 13545976. OLE color: 13545976.

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

Color convert

RGB 248 177 206 -
CMYK 0 0.29 0.17 0.03
HSL 335.49º 0.84% 0.83% -
HSV(B) 335.49º 0.29% 0.97% -
XYZ 65.57 55.86 65.72 -
YUV 201.54 130.52 161.14 -
System Red Green Blue C M Y K H S L
Decimal 248 177 206 0 0.29 0.17 0.03 335.49 0.84 0.83
Hex F8 B1 CE 0 1D 11 3 14F 54 53
Octal 370 261 316 0 35 21 3 517 124 123
Binary 11111000 10110001 11001110 0 11101 10001 11 101001111 1010100 1010011

Color Harmonies of #F8B1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B1CE

Black with #F8B1CE

Text Example


Text Example

White with #F8B1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B1CE; }

 p { color: rgb(248,177,206); }

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

background-color css

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

 a { background-color: rgb(248,177,206); }

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

border-color css

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

 span { border-color: rgb(248,177,206); }

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