Html Css Color HEX #F1ADCB Lavender Pink

📋 copy color: '#F1ADCB'

red 241 ◦ green 173 ◦ blue 203

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

Shades of Lavender Pink #F1ADCB

Tints of Lavender Pink #F1ADCB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.04%

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

R = 39.06%
G = 28.04%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F1ADCB (or 0xF1ADCB) is known color: Lavender Pink. HEX triplet: F1, AD and CB. RGB value is (241,173,203). Sum of RGB (Red+Green+Blue) = 241+173+203=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ADCB is #0E5234. Grayscale: #C4C4C4. Windows color (decimal): -938549 or 13348337. OLE color: 13348337.

HSL color Cylindrical-coordinate representation of color #F1ADCB: hue angle of 333.53º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1ADCB is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 173 203 -
CMYK 0 0.28 0.16 0.05
HSL 333.53º 0.71% 0.81% -
HSV(B) 333.53º 0.28% 0.95% -
XYZ 62 52.9 63.44 -
YUV 196.75 131.53 159.56 -
System Red Green Blue C M Y K H S L
Decimal 241 173 203 0 0.28 0.16 0.05 333.53 0.71 0.81
Hex F1 AD CB 0 1C 10 5 14E 47 51
Octal 361 255 313 0 34 20 5 516 107 121
Binary 11110001 10101101 11001011 0 11100 10000 101 101001110 1000111 1010001

Color Harmonies of #F1ADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ADCB

Black with #F1ADCB

Text Example


Text Example

White with #F1ADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ADCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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