Html Css Color HEX #F1B5CE Lavender Pink

📋 copy color: '#F1B5CE'

red 241 ◦ green 181 ◦ blue 206

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

Shades of Lavender Pink #F1B5CE

Tints of Lavender Pink #F1B5CE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.82%

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

R = 38.38%
G = 28.82%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F1B5CE (or 0xF1B5CE) is known color: Lavender Pink. HEX triplet: F1, B5 and CE. RGB value is (241,181,206). Sum of RGB (Red+Green+Blue) = 241+181+206=628 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.38% from 628); Green value is 181 (71.09% from 255 or 28.82% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B5CE is #0E4A31. Grayscale: #C9C9C9. Windows color (decimal): -936498 or 13546993. OLE color: 13546993.

HSL color Cylindrical-coordinate representation of color #F1B5CE: hue angle of 335º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F1B5CE is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 181 206 -
CMYK 0 0.25 0.15 0.05
HSL 335º 0.68% 0.83% -
HSV(B) 335º 0.25% 0.95% -
XYZ 63.94 56.2 65.87 -
YUV 201.79 130.38 155.97 -
System Red Green Blue C M Y K H S L
Decimal 241 181 206 0 0.25 0.15 0.05 335 0.68 0.83
Hex F1 B5 CE 0 19 F 5 14F 44 53
Octal 361 265 316 0 31 17 5 517 104 123
Binary 11110001 10110101 11001110 0 11001 1111 101 101001111 1000100 1010011

Color Harmonies of #F1B5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B5CE

Black with #F1B5CE

Text Example


Text Example

White with #F1B5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B5CE; }

 p { color: rgb(241,181,206); }

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

background-color css

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

 a { background-color: rgb(241,181,206); }

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

border-color css

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

 span { border-color: rgb(241,181,206); }

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