Html Css Color HEX #FFB2EB Lavender Rose

📋 copy color: '#FFB2EB'

red 255 ◦ green 178 ◦ blue 235

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

Shades of Lavender Rose #FFB2EB

Tints of Lavender Rose #FFB2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.18%

R = 38.17%
G = 26.65%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FFB2EB (or 0xFFB2EB) is known color: Lavender Rose. HEX triplet: FF, B2 and EB. RGB value is (255,178,235). Sum of RGB (Red+Green+Blue) = 255+178+235=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 178 (69.92% from 255 or 26.65% from 668); Blue value is 235 (92.19% from 255 or 35.18% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB2EB is #004D14. Grayscale: #CFCFCF. Windows color (decimal): -19733 or 15446783. OLE color: 15446783.

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

Color convert

RGB 255 178 235 -
CMYK 0 0.30 0.08 0
HSL 315.58º 1% 0.85% -
HSV(B) 315.58º 0.3% 1% -
XYZ 72.16 59.1 86.2 -
YUV 207.52 143.51 161.87 -
System Red Green Blue C M Y K H S L
Decimal 255 178 235 0 0.30 0.08 0 315.58 1 0.85
Hex FF B2 EB 0 1E 8 0 13C 64 55
Octal 377 262 353 0 36 10 0 474 144 125
Binary 11111111 10110010 11101011 0 11110 1000 0 100111100 1100100 1010101

Color Harmonies of #FFB2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB2EB

Black with #FFB2EB

Text Example


Text Example

White with #FFB2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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