Html Css Color HEX #FFB9E7 Lavender Rose

📋 copy color: '#FFB9E7'

red 255 ◦ green 185 ◦ blue 231

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

Shades of Lavender Rose #FFB9E7

Tints of Lavender Rose #FFB9E7

RGB

 RED value IS 255 (100% from 255) = 38%

 GREEN value IS 185 (72.66% from 255) = 27.57%

 BLUE value IS 231 (90.63% from 255) = 34.43%

R = 38%
G = 27.57%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#FFB9E7 (or 0xFFB9E7) is known color: Lavender Rose. HEX triplet: FF, B9 and E7. RGB value is (255,185,231). Sum of RGB (Red+Green+Blue) = 255+185+231=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 185 (72.66% from 255 or 27.57% from 671); Blue value is 231 (90.62% from 255 or 34.43% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB9E7 is #004618. Grayscale: #D3D3D3. Windows color (decimal): -17945 or 15186431. OLE color: 15186431.

HSL color Cylindrical-coordinate representation of color #FFB9E7: hue angle of 320.57º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFB9E7 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB 255 185 231 -
CMYK 0 0.27 0.09 0
HSL 320.57º 1% 0.86% -
HSV(B) 320.57º 0.27% 1% -
XYZ 73.01 61.73 83.67 -
YUV 211.17 139.19 159.26 -
System Red Green Blue C M Y K H S L
Decimal 255 185 231 0 0.27 0.09 0 320.57 1 0.86
Hex FF B9 E7 0 1B 9 0 141 64 56
Octal 377 271 347 0 33 11 0 501 144 126
Binary 11111111 10111001 11100111 0 11011 1001 0 101000001 1100100 1010110

Color Harmonies of #FFB9E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB9E7

Black with #FFB9E7

Text Example


Text Example

White with #FFB9E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB9E7; }

 p { color: rgb(255,185,231); }

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

background-color css

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

 a { background-color: rgb(255,185,231); }

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

border-color css

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

 span { border-color: rgb(255,185,231); }

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