Html Css Color HEX #FFB6F0 Lavender Rose

📋 copy color: '#FFB6F0'

red 255 ◦ green 182 ◦ blue 240

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

Shades of Lavender Rose #FFB6F0

Tints of Lavender Rose #FFB6F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.45%

R = 37.67%
G = 26.88%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FFB6F0 (or 0xFFB6F0) is known color: Lavender Rose. HEX triplet: FF, B6 and F0. RGB value is (255,182,240). Sum of RGB (Red+Green+Blue) = 255+182+240=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 182 (71.48% from 255 or 26.88% from 677); Blue value is 240 (94.14% from 255 or 35.45% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB6F0 is #00490F. Grayscale: #D2D2D2. Windows color (decimal): -18704 or 15775487. OLE color: 15775487.

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

Color convert

RGB 255 182 240 -
CMYK 0 0.29 0.06 0
HSL 312.33º 1% 0.86% -
HSV(B) 312.33º 0.29% 1% -
XYZ 73.7 61.01 90.33 -
YUV 210.44 144.68 159.78 -
System Red Green Blue C M Y K H S L
Decimal 255 182 240 0 0.29 0.06 0 312.33 1 0.86
Hex FF B6 F0 0 1D 6 0 138 64 56
Octal 377 266 360 0 35 6 0 470 144 126
Binary 11111111 10110110 11110000 0 11101 110 0 100111000 1100100 1010110

Color Harmonies of #FFB6F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB6F0

Black with #FFB6F0

Text Example


Text Example

White with #FFB6F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB6F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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