Html Css Color HEX #FFB2F8 Lavender Rose

📋 copy color: '#FFB2F8'

red 255 ◦ green 178 ◦ blue 248

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

Shades of Lavender Rose #FFB2F8

Tints of Lavender Rose #FFB2F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.42%

R = 37.44%
G = 26.14%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#FFB2F8 (or 0xFFB2F8) is known color: Lavender Rose. HEX triplet: FF, B2 and F8. RGB value is (255,178,248). Sum of RGB (Red+Green+Blue) = 255+178+248=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 178 (69.92% from 255 or 26.14% from 681); Blue value is 248 (97.27% from 255 or 36.42% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB2F8 is #004D07. Grayscale: #D0D0D0. Windows color (decimal): -19720 or 16298751. OLE color: 16298751.

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

Color convert

RGB 255 178 248 -
CMYK 0 0.30 0.03 0
HSL 305.45º 1% 0.85% -
HSV(B) 305.45º 0.3% 1% -
XYZ 74.1 59.88 96.46 -
YUV 209 150.01 160.81 -
System Red Green Blue C M Y K H S L
Decimal 255 178 248 0 0.30 0.03 0 305.45 1 0.85
Hex FF B2 F8 0 1E 3 0 131 64 55
Octal 377 262 370 0 36 3 0 461 144 125
Binary 11111111 10110010 11111000 0 11110 11 0 100110001 1100100 1010101

Color Harmonies of #FFB2F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB2F8

Black with #FFB2F8

Text Example


Text Example

White with #FFB2F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB2F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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