Html Css Color HEX #FFB2F2 Lavender Rose

📋 copy color: '#FFB2F2'

red 255 ◦ green 178 ◦ blue 242

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

Shades of Lavender Rose #FFB2F2

Tints of Lavender Rose #FFB2F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.85%

R = 37.78%
G = 26.37%
B = 35.85%

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

#FFB2F2 (or 0xFFB2F2) is known color: Lavender Rose. HEX triplet: FF, B2 and F2. RGB value is (255,178,242). Sum of RGB (Red+Green+Blue) = 255+178+242=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 178 (69.92% from 255 or 26.37% from 675); Blue value is 242 (94.92% from 255 or 35.85% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB2F2 is #004D0D. Grayscale: #D0D0D0. Windows color (decimal): -19726 or 15905535. OLE color: 15905535.

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

Color convert

RGB 255 178 242 -
CMYK 0 0.30 0.05 0
HSL 310.13º 1% 0.85% -
HSV(B) 310.13º 0.3% 1% -
XYZ 73.19 59.51 91.63 -
YUV 208.32 147.01 161.3 -
System Red Green Blue C M Y K H S L
Decimal 255 178 242 0 0.30 0.05 0 310.13 1 0.85
Hex FF B2 F2 0 1E 5 0 136 64 55
Octal 377 262 362 0 36 5 0 466 144 125
Binary 11111111 10110010 11110010 0 11110 101 0 100110110 1100100 1010101

Color Harmonies of #FFB2F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB2F2

Black with #FFB2F2

Text Example


Text Example

White with #FFB2F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB2F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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