Html Css Color HEX #FFB2E6 Lavender Rose

📋 copy color: '#FFB2E6'

red 255 ◦ green 178 ◦ blue 230

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

Shades of Lavender Rose #FFB2E6

Tints of Lavender Rose #FFB2E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.69%

R = 38.46%
G = 26.85%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FFB2E6 (or 0xFFB2E6) is known color: Lavender Rose. HEX triplet: FF, B2 and E6. RGB value is (255,178,230). Sum of RGB (Red+Green+Blue) = 255+178+230=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 178 (69.92% from 255 or 26.85% from 663); Blue value is 230 (90.23% from 255 or 34.69% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB2E6 is #004D19. Grayscale: #CECECE. Windows color (decimal): -19738 or 15119103. OLE color: 15119103.

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

Color convert

RGB 255 178 230 -
CMYK 0 0.30 0.10 0
HSL 319.48º 1% 0.85% -
HSV(B) 319.48º 0.3% 1% -
XYZ 71.44 58.81 82.45 -
YUV 206.95 141.01 162.27 -
System Red Green Blue C M Y K H S L
Decimal 255 178 230 0 0.30 0.10 0 319.48 1 0.85
Hex FF B2 E6 0 1E A 0 13F 64 55
Octal 377 262 346 0 36 12 0 477 144 125
Binary 11111111 10110010 11100110 0 11110 1010 0 100111111 1100100 1010101

Color Harmonies of #FFB2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB2E6

Black with #FFB2E6

Text Example


Text Example

White with #FFB2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB2E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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