Html Css Color HEX #FFB2FB Lavender Rose

📋 copy color: '#FFB2FB'

red 255 ◦ green 178 ◦ blue 251

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

Shades of Lavender Rose #FFB2FB

Tints of Lavender Rose #FFB2FB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 26.02%

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

R = 37.28%
G = 26.02%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FFB2FB (or 0xFFB2FB) is known color: Lavender Rose. HEX triplet: FF, B2 and FB. RGB value is (255,178,251). Sum of RGB (Red+Green+Blue) = 255+178+251=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 178 (69.92% from 255 or 26.02% from 684); Blue value is 251 (98.44% from 255 or 36.70% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB2FB is #004D04. Grayscale: #D1D1D1. Windows color (decimal): -19717 or 16495359. OLE color: 16495359.

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

Color convert

RGB 255 178 251 -
CMYK 0 0.30 0.02 0
HSL 303.12º 1% 0.85% -
HSV(B) 303.12º 0.3% 1% -
XYZ 74.57 60.07 98.93 -
YUV 209.35 151.51 160.56 -
System Red Green Blue C M Y K H S L
Decimal 255 178 251 0 0.30 0.02 0 303.12 1 0.85
Hex FF B2 FB 0 1E 2 0 12F 64 55
Octal 377 262 373 0 36 2 0 457 144 125
Binary 11111111 10110010 11111011 0 11110 10 0 100101111 1100100 1010101

Color Harmonies of #FFB2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB2FB

Black with #FFB2FB

Text Example


Text Example

White with #FFB2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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