Html Css Color HEX #FFB7E6 Lavender Rose

📋 copy color: '#FFB7E6'

red 255 ◦ green 183 ◦ blue 230

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

Shades of Lavender Rose #FFB7E6

Tints of Lavender Rose #FFB7E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.43%

R = 38.17%
G = 27.4%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FFB7E6 (or 0xFFB7E6) is known color: Lavender Rose. HEX triplet: FF, B7 and E6. RGB value is (255,183,230). Sum of RGB (Red+Green+Blue) = 255+183+230=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 183 (71.88% from 255 or 27.40% from 668); Blue value is 230 (90.23% from 255 or 34.43% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB7E6 is #004819. Grayscale: #D1D1D1. Windows color (decimal): -18458 or 15120383. OLE color: 15120383.

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

Color convert

RGB 255 183 230 -
CMYK 0 0.28 0.10 0
HSL 320.83º 1% 0.86% -
HSV(B) 320.83º 0.28% 1% -
XYZ 72.46 60.84 82.79 -
YUV 209.89 139.35 160.18 -
System Red Green Blue C M Y K H S L
Decimal 255 183 230 0 0.28 0.10 0 320.83 1 0.86
Hex FF B7 E6 0 1C A 0 141 64 56
Octal 377 267 346 0 34 12 0 501 144 126
Binary 11111111 10110111 11100110 0 11100 1010 0 101000001 1100100 1010110

Color Harmonies of #FFB7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB7E6

Black with #FFB7E6

Text Example


Text Example

White with #FFB7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB7E6; }

 p { color: rgb(255,183,230); }

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

background-color css

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

 a { background-color: rgb(255,183,230); }

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

border-color css

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

 span { border-color: rgb(255,183,230); }

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