Html Css Color HEX #FFB7F1 Lavender Rose

📋 copy color: '#FFB7F1'

red 255 ◦ green 183 ◦ blue 241

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

Shades of Lavender Rose #FFB7F1

Tints of Lavender Rose #FFB7F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 35.49%

R = 37.56%
G = 26.95%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FFB7F1 (or 0xFFB7F1) is known color: Lavender Rose. HEX triplet: FF, B7 and F1. RGB value is (255,183,241). Sum of RGB (Red+Green+Blue) = 255+183+241=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 183 (71.88% from 255 or 26.95% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB7F1 is #00480E. Grayscale: #D2D2D2. Windows color (decimal): -18447 or 15841279. OLE color: 15841279.

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

Color convert

RGB 255 183 241 -
CMYK 0 0.28 0.05 0
HSL 311.67º 1% 0.86% -
HSV(B) 311.67º 0.28% 1% -
XYZ 74.05 61.48 91.18 -
YUV 211.14 144.85 159.28 -
System Red Green Blue C M Y K H S L
Decimal 255 183 241 0 0.28 0.05 0 311.67 1 0.86
Hex FF B7 F1 0 1C 5 0 138 64 56
Octal 377 267 361 0 34 5 0 470 144 126
Binary 11111111 10110111 11110001 0 11100 101 0 100111000 1100100 1010110

Color Harmonies of #FFB7F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB7F1

Black with #FFB7F1

Text Example


Text Example

White with #FFB7F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB7F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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