Html Css Color HEX #FFB2EA Lavender Rose

📋 copy color: '#FFB2EA'

red 255 ◦ green 178 ◦ blue 234

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

Shades of Lavender Rose #FFB2EA

Tints of Lavender Rose #FFB2EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.08%

R = 38.23%
G = 26.69%
B = 35.08%

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

#FFB2EA (or 0xFFB2EA) is known color: Lavender Rose. HEX triplet: FF, B2 and EA. RGB value is (255,178,234). Sum of RGB (Red+Green+Blue) = 255+178+234=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 178 (69.92% from 255 or 26.69% from 667); Blue value is 234 (91.80% from 255 or 35.08% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB2EA is #004D15. Grayscale: #CFCFCF. Windows color (decimal): -19734 or 15381247. OLE color: 15381247.

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

Color convert

RGB 255 178 234 -
CMYK 0 0.30 0.08 0
HSL 316.36º 1% 0.85% -
HSV(B) 316.36º 0.3% 1% -
XYZ 72.01 59.04 85.44 -
YUV 207.41 143.01 161.95 -
System Red Green Blue C M Y K H S L
Decimal 255 178 234 0 0.30 0.08 0 316.36 1 0.85
Hex FF B2 EA 0 1E 8 0 13C 64 55
Octal 377 262 352 0 36 10 0 474 144 125
Binary 11111111 10110010 11101010 0 11110 1000 0 100111100 1100100 1010101

Color Harmonies of #FFB2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB2EA

Black with #FFB2EA

Text Example


Text Example

White with #FFB2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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