Html Css Color HEX #FFB4FB Lavender Rose

📋 copy color: '#FFB4FB'

red 255 ◦ green 180 ◦ blue 251

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

Shades of Lavender Rose #FFB4FB

Tints of Lavender Rose #FFB4FB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 26.24%

 BLUE value IS 251 (98.44% from 255) = 36.59%

R = 37.17%
G = 26.24%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FFB4FB (or 0xFFB4FB) is known color: Lavender Rose. HEX triplet: FF, B4 and FB. RGB value is (255,180,251). Sum of RGB (Red+Green+Blue) = 255+180+251=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 180 (70.70% from 255 or 26.24% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB4FB is #004B04. Grayscale: #D2D2D2. Windows color (decimal): -19205 or 16495871. OLE color: 16495871.

HSL color Cylindrical-coordinate representation of color #FFB4FB: hue angle of 303.2º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB4FB is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 255 180 251 -
CMYK 0 0.29 0.02 0
HSL 303.2º 1% 0.85% -
HSV(B) 303.2º 0.29% 1% -
XYZ 74.97 60.87 99.06 -
YUV 210.52 150.85 159.73 -
System Red Green Blue C M Y K H S L
Decimal 255 180 251 0 0.29 0.02 0 303.2 1 0.85
Hex FF B4 FB 0 1D 2 0 12F 64 55
Octal 377 264 373 0 35 2 0 457 144 125
Binary 11111111 10110100 11111011 0 11101 10 0 100101111 1100100 1010101

Color Harmonies of #FFB4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB4FB

Black with #FFB4FB

Text Example


Text Example

White with #FFB4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB4FB; }

 p { color: rgb(255,180,251); }

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

background-color css

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

 a { background-color: rgb(255,180,251); }

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

border-color css

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

 span { border-color: rgb(255,180,251); }

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