Html Css Color HEX #FFB2F1 Lavender Rose

📋 copy color: '#FFB2F1'

red 255 ◦ green 178 ◦ blue 241

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

Shades of Lavender Rose #FFB2F1

Tints of Lavender Rose #FFB2F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 35.76%

R = 37.83%
G = 26.41%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FFB2F1 (or 0xFFB2F1) is known color: Lavender Rose. HEX triplet: FF, B2 and F1. RGB value is (255,178,241). Sum of RGB (Red+Green+Blue) = 255+178+241=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 178 (69.92% from 255 or 26.41% from 674); Blue value is 241 (94.53% from 255 or 35.76% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB2F1 is #004D0E. Grayscale: #D0D0D0. Windows color (decimal): -19727 or 15839999. OLE color: 15839999.

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

Color convert

RGB 255 178 241 -
CMYK 0 0.30 0.05 0
HSL 310.91º 1% 0.85% -
HSV(B) 310.91º 0.3% 1% -
XYZ 73.04 59.45 90.84 -
YUV 208.21 146.51 161.38 -
System Red Green Blue C M Y K H S L
Decimal 255 178 241 0 0.30 0.05 0 310.91 1 0.85
Hex FF B2 F1 0 1E 5 0 137 64 55
Octal 377 262 361 0 36 5 0 467 144 125
Binary 11111111 10110010 11110001 0 11110 101 0 100110111 1100100 1010101

Color Harmonies of #FFB2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB2F1

Black with #FFB2F1

Text Example


Text Example

White with #FFB2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB2F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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