Html Css Color HEX #FFB2E8 Lavender Rose

📋 copy color: '#FFB2E8'

red 255 ◦ green 178 ◦ blue 232

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

Shades of Lavender Rose #FFB2E8

Tints of Lavender Rose #FFB2E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 34.89%

R = 38.35%
G = 26.77%
B = 34.89%

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

#FFB2E8 (or 0xFFB2E8) is known color: Lavender Rose. HEX triplet: FF, B2 and E8. RGB value is (255,178,232). Sum of RGB (Red+Green+Blue) = 255+178+232=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 178 (69.92% from 255 or 26.77% from 665); Blue value is 232 (91.02% from 255 or 34.89% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB2E8 is #004D17. Grayscale: #CFCFCF. Windows color (decimal): -19736 or 15250175. OLE color: 15250175.

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

Color convert

RGB 255 178 232 -
CMYK 0 0.30 0.09 0
HSL 317.92º 1% 0.85% -
HSV(B) 317.92º 0.3% 1% -
XYZ 71.73 58.93 83.94 -
YUV 207.18 142.01 162.11 -
System Red Green Blue C M Y K H S L
Decimal 255 178 232 0 0.30 0.09 0 317.92 1 0.85
Hex FF B2 E8 0 1E 9 0 13E 64 55
Octal 377 262 350 0 36 11 0 476 144 125
Binary 11111111 10110010 11101000 0 11110 1001 0 100111110 1100100 1010101

Color Harmonies of #FFB2E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB2E8

Black with #FFB2E8

Text Example


Text Example

White with #FFB2E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB2E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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