Html Css Color HEX #F1A8CB Lavender Pink

📋 copy color: '#F1A8CB'

red 241 ◦ green 168 ◦ blue 203

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

Shades of Lavender Pink #F1A8CB

Tints of Lavender Pink #F1A8CB

RGB

 RED value IS 241 (94.53% from 255) = 39.38%

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

 BLUE value IS 203 (79.69% from 255) = 33.17%

R = 39.38%
G = 27.45%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F1A8CB (or 0xF1A8CB) is known color: Lavender Pink. HEX triplet: F1, A8 and CB. RGB value is (241,168,203). Sum of RGB (Red+Green+Blue) = 241+168+203=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 168 (66.02% from 255 or 27.45% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A8CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A8CB is #0E5734. Grayscale: #C1C1C1. Windows color (decimal): -939829 or 13347057. OLE color: 13347057.

HSL color Cylindrical-coordinate representation of color #F1A8CB: hue angle of 331.23º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1A8CB is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 168 203 -
CMYK 0 0.30 0.16 0.05
HSL 331.23º 0.72% 0.8% -
HSV(B) 331.23º 0.3% 0.95% -
XYZ 61.06 51.02 63.13 -
YUV 193.82 133.18 161.65 -
System Red Green Blue C M Y K H S L
Decimal 241 168 203 0 0.30 0.16 0.05 331.23 0.72 0.8
Hex F1 A8 CB 0 1E 10 5 14B 48 50
Octal 361 250 313 0 36 20 5 513 110 120
Binary 11110001 10101000 11001011 0 11110 10000 101 101001011 1001000 1010000

Color Harmonies of #F1A8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A8CB

Black with #F1A8CB

Text Example


Text Example

White with #F1A8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A8CB; }

 p { color: rgb(241,168,203); }

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

background-color css

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

 a { background-color: rgb(241,168,203); }

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

border-color css

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

 span { border-color: rgb(241,168,203); }

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