Html Css Color HEX #F8A8CE Lavender Pink

📋 copy color: '#F8A8CE'

red 248 ◦ green 168 ◦ blue 206

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

Shades of Lavender Pink #F8A8CE

Tints of Lavender Pink #F8A8CE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.01%

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

R = 39.87%
G = 27.01%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F8A8CE (or 0xF8A8CE) is known color: Lavender Pink. HEX triplet: F8, A8 and CE. RGB value is (248,168,206). Sum of RGB (Red+Green+Blue) = 248+168+206=622 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.87% from 622); Green value is 168 (66.02% from 255 or 27.01% from 622); Blue value is 206 (80.86% from 255 or 33.12% from 622); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A8CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A8CE is #075731. Grayscale: #C4C4C4. Windows color (decimal): -481074 or 13543672. OLE color: 13543672.

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

Color convert

RGB 248 168 206 -
CMYK 0 0.32 0.17 0.03
HSL 331.5º 0.85% 0.82% -
HSV(B) 331.5º 0.32% 0.97% -
XYZ 63.85 52.42 65.14 -
YUV 196.25 133.5 164.91 -
System Red Green Blue C M Y K H S L
Decimal 248 168 206 0 0.32 0.17 0.03 331.5 0.85 0.82
Hex F8 A8 CE 0 20 11 3 14C 55 52
Octal 370 250 316 0 40 21 3 514 125 122
Binary 11111000 10101000 11001110 0 100000 10001 11 101001100 1010101 1010010

Color Harmonies of #F8A8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A8CE

Black with #F8A8CE

Text Example


Text Example

White with #F8A8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A8CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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