Html Css Color HEX #FFB2F3 Lavender Rose

📋 copy color: '#FFB2F3'

red 255 ◦ green 178 ◦ blue 243

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

Shades of Lavender Rose #FFB2F3

Tints of Lavender Rose #FFB2F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 35.95%

R = 37.72%
G = 26.33%
B = 35.95%

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

#FFB2F3 (or 0xFFB2F3) is known color: Lavender Rose. HEX triplet: FF, B2 and F3. RGB value is (255,178,243). Sum of RGB (Red+Green+Blue) = 255+178+243=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 178 (69.92% from 255 or 26.33% from 676); Blue value is 243 (95.31% from 255 or 35.95% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB2F3 is #004D0C. Grayscale: #D0D0D0. Windows color (decimal): -19725 or 15971071. OLE color: 15971071.

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

Color convert

RGB 255 178 243 -
CMYK 0 0.30 0.05 0
HSL 309.35º 1% 0.85% -
HSV(B) 309.35º 0.3% 1% -
XYZ 73.34 59.57 92.43 -
YUV 208.43 147.51 161.21 -
System Red Green Blue C M Y K H S L
Decimal 255 178 243 0 0.30 0.05 0 309.35 1 0.85
Hex FF B2 F3 0 1E 5 0 135 64 55
Octal 377 262 363 0 36 5 0 465 144 125
Binary 11111111 10110010 11110011 0 11110 101 0 100110101 1100100 1010101

Color Harmonies of #FFB2F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB2F3

Black with #FFB2F3

Text Example


Text Example

White with #FFB2F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB2F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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