Html Css Color HEX #FFB6FE Lavender Rose

📋 copy color: '#FFB6FE'

red 255 ◦ green 182 ◦ blue 254

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

Shades of Lavender Rose #FFB6FE

Tints of Lavender Rose #FFB6FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.76%

R = 36.9%
G = 26.34%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#FFB6FE (or 0xFFB6FE) is known color: Lavender Rose. HEX triplet: FF, B6 and FE. RGB value is (255,182,254). Sum of RGB (Red+Green+Blue) = 255+182+254=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 182 (71.48% from 255 or 26.34% from 691); Blue value is 254 (99.61% from 255 or 36.76% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB6FE is #004901. Grayscale: #D3D3D3. Windows color (decimal): -18690 or 16692991. OLE color: 16692991.

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

Color convert

RGB 255 182 254 -
CMYK 0 0.29 0.00 0
HSL 300.82º 1% 0.86% -
HSV(B) 300.82º 0.29% 1% -
XYZ 75.86 61.87 101.71 -
YUV 212.04 151.68 158.65 -
System Red Green Blue C M Y K H S L
Decimal 255 182 254 0 0.29 0.00 0 300.82 1 0.86
Hex FF B6 FE 0 1D 0 0 12D 64 56
Octal 377 266 376 0 35 0 0 455 144 126
Binary 11111111 10110110 11111110 0 11101 0 0 100101101 1100100 1010110

Color Harmonies of #FFB6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB6FE

Black with #FFB6FE

Text Example


Text Example

White with #FFB6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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