Html Css Color HEX #F7BAEA Lavender Rose

📋 copy color: '#F7BAEA'

red 247 ◦ green 186 ◦ blue 234

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

Shades of Lavender Rose #F7BAEA

Tints of Lavender Rose #F7BAEA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 27.89%

 BLUE value IS 234 (91.8% from 255) = 35.08%

R = 37.03%
G = 27.89%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F7BAEA (or 0xF7BAEA) is known color: Lavender Rose. HEX triplet: F7, BA and EA. RGB value is (247,186,234). Sum of RGB (Red+Green+Blue) = 247+186+234=667 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.03% from 667); Green value is 186 (73.05% from 255 or 27.89% from 667); Blue value is 234 (91.80% from 255 or 35.08% from 667); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BAEA is #084515. Grayscale: #D1D1D1. Windows color (decimal): -541974 or 15383287. OLE color: 15383287.

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

Color convert

RGB 247 186 234 -
CMYK 0 0.25 0.05 0.03
HSL 312.79º 0.79% 0.85% -
HSV(B) 312.79º 0.25% 0.97% -
XYZ 70.77 60.83 85.85 -
YUV 209.71 141.71 154.6 -
System Red Green Blue C M Y K H S L
Decimal 247 186 234 0 0.25 0.05 0.03 312.79 0.79 0.85
Hex F7 BA EA 0 19 5 3 139 4F 55
Octal 367 272 352 0 31 5 3 471 117 125
Binary 11110111 10111010 11101010 0 11001 101 11 100111001 1001111 1010101

Color Harmonies of #F7BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BAEA

Black with #F7BAEA

Text Example


Text Example

White with #F7BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BAEA; }

 p { color: rgb(247,186,234); }

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

background-color css

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

 a { background-color: rgb(247,186,234); }

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

border-color css

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

 span { border-color: rgb(247,186,234); }

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