Html Css Color HEX #F2B7EE French Lilac

📋 copy color: '#F2B7EE'

red 242 ◦ green 183 ◦ blue 238

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

Shades of French Lilac #F2B7EE

Tints of French Lilac #F2B7EE

RGB

 RED value IS 242 (94.92% from 255) = 36.5%

 GREEN value IS 183 (71.88% from 255) = 27.6%

 BLUE value IS 238 (93.36% from 255) = 35.9%

R = 36.5%
G = 27.6%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F2B7EE (or 0xF2B7EE) is known color: French Lilac. HEX triplet: F2, B7 and EE. RGB value is (242,183,238). Sum of RGB (Red+Green+Blue) = 242+183+238=663 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.50% from 663); Green value is 183 (71.88% from 255 or 27.60% from 663); Blue value is 238 (93.36% from 255 or 35.90% from 663); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B7EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B7EE is #0D4811. Grayscale: #CECECE. Windows color (decimal): -870418 or 15644658. OLE color: 15644658.

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

Color convert

RGB 242 183 238 -
CMYK 0 0.24 0.02 0.05
HSL 304.07º 0.69% 0.83% -
HSV(B) 304.07º 0.24% 0.95% -
XYZ 68.98 58.92 88.63 -
YUV 206.91 145.55 153.03 -
System Red Green Blue C M Y K H S L
Decimal 242 183 238 0 0.24 0.02 0.05 304.07 0.69 0.83
Hex F2 B7 EE 0 18 2 5 130 45 53
Octal 362 267 356 0 30 2 5 460 105 123
Binary 11110010 10110111 11101110 0 11000 10 101 100110000 1000101 1010011

Color Harmonies of #F2B7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B7EE

Black with #F2B7EE

Text Example


Text Example

White with #F2B7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B7EE; }

 p { color: rgb(242,183,238); }

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

background-color css

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

 a { background-color: rgb(242,183,238); }

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

border-color css

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

 span { border-color: rgb(242,183,238); }

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