Html Css Color HEX #FFB6F6 Lavender Rose

📋 copy color: '#FFB6F6'

red 255 ◦ green 182 ◦ blue 246

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

Shades of Lavender Rose #FFB6F6

Tints of Lavender Rose #FFB6F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 36.02%

R = 37.34%
G = 26.65%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FFB6F6 (or 0xFFB6F6) is known color: Lavender Rose. HEX triplet: FF, B6 and F6. RGB value is (255,182,246). Sum of RGB (Red+Green+Blue) = 255+182+246=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 182 (71.48% from 255 or 26.65% from 683); Blue value is 246 (96.48% from 255 or 36.02% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB6F6 is #004909. Grayscale: #D2D2D2. Windows color (decimal): -18698 or 16168703. OLE color: 16168703.

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

Color convert

RGB 255 182 246 -
CMYK 0 0.29 0.04 0
HSL 307.4º 1% 0.86% -
HSV(B) 307.4º 0.29% 1% -
XYZ 74.6 61.37 95.1 -
YUV 211.12 147.68 159.3 -
System Red Green Blue C M Y K H S L
Decimal 255 182 246 0 0.29 0.04 0 307.4 1 0.86
Hex FF B6 F6 0 1D 4 0 133 64 56
Octal 377 266 366 0 35 4 0 463 144 126
Binary 11111111 10110110 11110110 0 11101 100 0 100110011 1100100 1010110

Color Harmonies of #FFB6F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB6F6

Black with #FFB6F6

Text Example


Text Example

White with #FFB6F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB6F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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