Html Css Color HEX #F8B3CF Lavender Pink

📋 copy color: '#F8B3CF'

red 248 ◦ green 179 ◦ blue 207

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

Shades of Lavender Pink #F8B3CF

Tints of Lavender Pink #F8B3CF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.23%

 BLUE value IS 207 (81.25% from 255) = 32.65%

R = 39.12%
G = 28.23%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F8B3CF (or 0xF8B3CF) is known color: Lavender Pink. HEX triplet: F8, B3 and CF. RGB value is (248,179,207). Sum of RGB (Red+Green+Blue) = 248+179+207=634 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.12% from 634); Green value is 179 (70.31% from 255 or 28.23% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B3CF is #074C30. Grayscale: #CACACA. Windows color (decimal): -478257 or 13612024. OLE color: 13612024.

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

Color convert

RGB 248 179 207 -
CMYK 0 0.28 0.17 0.03
HSL 335.65º 0.83% 0.84% -
HSV(B) 335.65º 0.28% 0.97% -
XYZ 66.09 56.7 66.49 -
YUV 202.82 130.36 160.22 -
System Red Green Blue C M Y K H S L
Decimal 248 179 207 0 0.28 0.17 0.03 335.65 0.83 0.84
Hex F8 B3 CF 0 1C 11 3 150 53 54
Octal 370 263 317 0 34 21 3 520 123 124
Binary 11111000 10110011 11001111 0 11100 10001 11 101010000 1010011 1010100

Color Harmonies of #F8B3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B3CF

Black with #F8B3CF

Text Example


Text Example

White with #F8B3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B3CF; }

 p { color: rgb(248,179,207); }

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

background-color css

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

 a { background-color: rgb(248,179,207); }

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

border-color css

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

 span { border-color: rgb(248,179,207); }

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