Html Css Color HEX #F7BDF2 French Lilac

📋 copy color: '#F7BDF2'

red 247 ◦ green 189 ◦ blue 242

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

Shades of French Lilac #F7BDF2

Tints of French Lilac #F7BDF2

RGB

 RED value IS 247 (96.88% from 255) = 36.43%

 GREEN value IS 189 (74.22% from 255) = 27.88%

 BLUE value IS 242 (94.92% from 255) = 35.69%

R = 36.43%
G = 27.88%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F7BDF2 (or 0xF7BDF2) is known color: French Lilac. HEX triplet: F7, BD and F2. RGB value is (247,189,242). Sum of RGB (Red+Green+Blue) = 247+189+242=678 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.43% from 678); Green value is 189 (74.22% from 255 or 27.88% from 678); Blue value is 242 (94.92% from 255 or 35.69% from 678); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BDF2 is #08420D. Grayscale: #D4D4D4. Windows color (decimal): -541198 or 15908343. OLE color: 15908343.

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

Color convert

RGB 247 189 242 -
CMYK 0 0.23 0.02 0.03
HSL 305.17º 0.78% 0.85% -
HSV(B) 305.17º 0.23% 0.97% -
XYZ 72.58 62.58 92.26 -
YUV 212.38 144.72 152.69 -
System Red Green Blue C M Y K H S L
Decimal 247 189 242 0 0.23 0.02 0.03 305.17 0.78 0.85
Hex F7 BD F2 0 17 2 3 131 4E 55
Octal 367 275 362 0 27 2 3 461 116 125
Binary 11110111 10111101 11110010 0 10111 10 11 100110001 1001110 1010101

Color Harmonies of #F7BDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BDF2

Black with #F7BDF2

Text Example


Text Example

White with #F7BDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BDF2; }

 p { color: rgb(247,189,242); }

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

background-color css

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

 a { background-color: rgb(247,189,242); }

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

border-color css

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

 span { border-color: rgb(247,189,242); }

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