Html Css Color HEX #FFB5F8 Lavender Rose

📋 copy color: '#FFB5F8'

red 255 ◦ green 181 ◦ blue 248

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

Shades of Lavender Rose #FFB5F8

Tints of Lavender Rose #FFB5F8

RGB

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

 GREEN value IS 181 (71.09% from 255) = 26.46%

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

R = 37.28%
G = 26.46%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#FFB5F8 (or 0xFFB5F8) is known color: Lavender Rose. HEX triplet: FF, B5 and F8. RGB value is (255,181,248). Sum of RGB (Red+Green+Blue) = 255+181+248=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 181 (71.09% from 255 or 26.46% from 684); Blue value is 248 (97.27% from 255 or 36.26% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB5F8 is #004A07. Grayscale: #D2D2D2. Windows color (decimal): -18952 or 16299519. OLE color: 16299519.

HSL color Cylindrical-coordinate representation of color #FFB5F8: hue angle of 305.68º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB5F8 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB 255 181 248 -
CMYK 0 0.29 0.03 0
HSL 305.68º 1% 0.85% -
HSV(B) 305.68º 0.29% 1% -
XYZ 74.71 61.09 96.66 -
YUV 210.76 149.02 159.55 -
System Red Green Blue C M Y K H S L
Decimal 255 181 248 0 0.29 0.03 0 305.68 1 0.85
Hex FF B5 F8 0 1D 3 0 132 64 55
Octal 377 265 370 0 35 3 0 462 144 125
Binary 11111111 10110101 11111000 0 11101 11 0 100110010 1100100 1010101

Color Harmonies of #FFB5F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB5F8

Black with #FFB5F8

Text Example


Text Example

White with #FFB5F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB5F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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