Html Css Color HEX #FFB6F7 Lavender Rose

📋 copy color: '#FFB6F7'

red 255 ◦ green 182 ◦ blue 247

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

Shades of Lavender Rose #FFB6F7

Tints of Lavender Rose #FFB6F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 36.11%

R = 37.28%
G = 26.61%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#FFB6F7 (or 0xFFB6F7) is known color: Lavender Rose. HEX triplet: FF, B6 and F7. RGB value is (255,182,247). Sum of RGB (Red+Green+Blue) = 255+182+247=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 182 (71.48% from 255 or 26.61% from 684); Blue value is 247 (96.88% from 255 or 36.11% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB6F7 is #004908. Grayscale: #D3D3D3. Windows color (decimal): -18697 or 16234239. OLE color: 16234239.

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

Color convert

RGB 255 182 247 -
CMYK 0 0.29 0.03 0
HSL 306.58º 1% 0.86% -
HSV(B) 306.58º 0.29% 1% -
XYZ 74.76 61.43 95.91 -
YUV 211.24 148.18 159.21 -
System Red Green Blue C M Y K H S L
Decimal 255 182 247 0 0.29 0.03 0 306.58 1 0.86
Hex FF B6 F7 0 1D 3 0 133 64 56
Octal 377 266 367 0 35 3 0 463 144 126
Binary 11111111 10110110 11110111 0 11101 11 0 100110011 1100100 1010110

Color Harmonies of #FFB6F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB6F7

Black with #FFB6F7

Text Example


Text Example

White with #FFB6F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB6F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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