Html Css Color HEX #FFB2E9 Lavender Rose

📋 copy color: '#FFB2E9'

red 255 ◦ green 178 ◦ blue 233

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

Shades of Lavender Rose #FFB2E9

Tints of Lavender Rose #FFB2E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 34.98%

R = 38.29%
G = 26.73%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#FFB2E9 (or 0xFFB2E9) is known color: Lavender Rose. HEX triplet: FF, B2 and E9. RGB value is (255,178,233). Sum of RGB (Red+Green+Blue) = 255+178+233=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 178 (69.92% from 255 or 26.73% from 666); Blue value is 233 (91.41% from 255 or 34.98% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB2E9 is #004D16. Grayscale: #CFCFCF. Windows color (decimal): -19735 or 15315711. OLE color: 15315711.

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

Color convert

RGB 255 178 233 -
CMYK 0 0.30 0.09 0
HSL 317.14º 1% 0.85% -
HSV(B) 317.14º 0.3% 1% -
XYZ 71.87 58.98 84.69 -
YUV 207.29 142.51 162.03 -
System Red Green Blue C M Y K H S L
Decimal 255 178 233 0 0.30 0.09 0 317.14 1 0.85
Hex FF B2 E9 0 1E 9 0 13D 64 55
Octal 377 262 351 0 36 11 0 475 144 125
Binary 11111111 10110010 11101001 0 11110 1001 0 100111101 1100100 1010101

Color Harmonies of #FFB2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB2E9

Black with #FFB2E9

Text Example


Text Example

White with #FFB2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB2E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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