Html Css Color HEX #FFB6F4 Lavender Rose

📋 copy color: '#FFB6F4'

red 255 ◦ green 182 ◦ blue 244

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

Shades of Lavender Rose #FFB6F4

Tints of Lavender Rose #FFB6F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 35.83%

R = 37.44%
G = 26.73%
B = 35.83%

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

#FFB6F4 (or 0xFFB6F4) is known color: Lavender Rose. HEX triplet: FF, B6 and F4. RGB value is (255,182,244). Sum of RGB (Red+Green+Blue) = 255+182+244=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 182 (71.48% from 255 or 26.73% from 681); Blue value is 244 (95.70% from 255 or 35.83% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB6F4 is #00490B. Grayscale: #D2D2D2. Windows color (decimal): -18700 or 16037631. OLE color: 16037631.

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

Color convert

RGB 255 182 244 -
CMYK 0 0.29 0.04 0
HSL 309.04º 1% 0.86% -
HSV(B) 309.04º 0.29% 1% -
XYZ 74.3 61.25 93.49 -
YUV 210.9 146.68 159.46 -
System Red Green Blue C M Y K H S L
Decimal 255 182 244 0 0.29 0.04 0 309.04 1 0.86
Hex FF B6 F4 0 1D 4 0 135 64 56
Octal 377 266 364 0 35 4 0 465 144 126
Binary 11111111 10110110 11110100 0 11101 100 0 100110101 1100100 1010110

Color Harmonies of #FFB6F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB6F4

Black with #FFB6F4

Text Example


Text Example

White with #FFB6F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB6F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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