Html Css Color HEX #FFB2F9 Lavender Rose

📋 copy color: '#FFB2F9'

red 255 ◦ green 178 ◦ blue 249

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

Shades of Lavender Rose #FFB2F9

Tints of Lavender Rose #FFB2F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 36.51%

R = 37.39%
G = 26.1%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FFB2F9 (or 0xFFB2F9) is known color: Lavender Rose. HEX triplet: FF, B2 and F9. RGB value is (255,178,249). Sum of RGB (Red+Green+Blue) = 255+178+249=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 178 (69.92% from 255 or 26.10% from 682); Blue value is 249 (97.66% from 255 or 36.51% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB2F9 is #004D06. Grayscale: #D0D0D0. Windows color (decimal): -19719 or 16364287. OLE color: 16364287.

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

Color convert

RGB 255 178 249 -
CMYK 0 0.30 0.02 0
HSL 304.68º 1% 0.85% -
HSV(B) 304.68º 0.3% 1% -
XYZ 74.26 59.94 97.28 -
YUV 209.12 150.51 160.73 -
System Red Green Blue C M Y K H S L
Decimal 255 178 249 0 0.30 0.02 0 304.68 1 0.85
Hex FF B2 F9 0 1E 2 0 131 64 55
Octal 377 262 371 0 36 2 0 461 144 125
Binary 11111111 10110010 11111001 0 11110 10 0 100110001 1100100 1010101

Color Harmonies of #FFB2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB2F9

Black with #FFB2F9

Text Example


Text Example

White with #FFB2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB2F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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