Html Css Color HEX #FFB6F1 Lavender Rose

📋 copy color: '#FFB6F1'

red 255 ◦ green 182 ◦ blue 241

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

Shades of Lavender Rose #FFB6F1

Tints of Lavender Rose #FFB6F1

RGB

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

 GREEN value IS 182 (71.48% from 255) = 26.84%

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

R = 37.61%
G = 26.84%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FFB6F1 (or 0xFFB6F1) is known color: Lavender Rose. HEX triplet: FF, B6 and F1. RGB value is (255,182,241). Sum of RGB (Red+Green+Blue) = 255+182+241=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 182 (71.48% from 255 or 26.84% from 678); Blue value is 241 (94.53% from 255 or 35.55% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB6F1 is #00490E. Grayscale: #D2D2D2. Windows color (decimal): -18703 or 15841023. OLE color: 15841023.

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

Color convert

RGB 255 182 241 -
CMYK 0 0.29 0.05 0
HSL 311.51º 1% 0.86% -
HSV(B) 311.51º 0.29% 1% -
XYZ 73.85 61.07 91.11 -
YUV 210.55 145.18 159.7 -
System Red Green Blue C M Y K H S L
Decimal 255 182 241 0 0.29 0.05 0 311.51 1 0.86
Hex FF B6 F1 0 1D 5 0 138 64 56
Octal 377 266 361 0 35 5 0 470 144 126
Binary 11111111 10110110 11110001 0 11101 101 0 100111000 1100100 1010110

Color Harmonies of #FFB6F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB6F1

Black with #FFB6F1

Text Example


Text Example

White with #FFB6F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB6F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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