Html Css Color HEX #FFB7FA Lavender Rose

📋 copy color: '#FFB7FA'

red 255 ◦ green 183 ◦ blue 250

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

Shades of Lavender Rose #FFB7FA

Tints of Lavender Rose #FFB7FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.34%

R = 37.06%
G = 26.6%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FFB7FA (or 0xFFB7FA) is known color: Lavender Rose. HEX triplet: FF, B7 and FA. RGB value is (255,183,250). Sum of RGB (Red+Green+Blue) = 255+183+250=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 183 (71.88% from 255 or 26.60% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB7FA is #004805. Grayscale: #D3D3D3. Windows color (decimal): -18438 or 16431103. OLE color: 16431103.

HSL color Cylindrical-coordinate representation of color #FFB7FA: hue angle of 304.17º 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 #FFB7FA is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 255 183 250 -
CMYK 0 0.28 0.02 0
HSL 304.17º 1% 0.86% -
HSV(B) 304.17º 0.28% 1% -
XYZ 75.43 62.03 98.44 -
YUV 212.17 149.35 158.55 -
System Red Green Blue C M Y K H S L
Decimal 255 183 250 0 0.28 0.02 0 304.17 1 0.86
Hex FF B7 FA 0 1C 2 0 130 64 56
Octal 377 267 372 0 34 2 0 460 144 126
Binary 11111111 10110111 11111010 0 11100 10 0 100110000 1100100 1010110

Color Harmonies of #FFB7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB7FA

Black with #FFB7FA

Text Example


Text Example

White with #FFB7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB7FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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