Html Css Color HEX #FFB5F3 Lavender Rose

📋 copy color: '#FFB5F3'

red 255 ◦ green 181 ◦ blue 243

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

Shades of Lavender Rose #FFB5F3

Tints of Lavender Rose #FFB5F3

RGB

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

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

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

R = 37.56%
G = 26.66%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FFB5F3 (or 0xFFB5F3) is known color: Lavender Rose. HEX triplet: FF, B5 and F3. RGB value is (255,181,243). Sum of RGB (Red+Green+Blue) = 255+181+243=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 181 (71.09% from 255 or 26.66% from 679); Blue value is 243 (95.31% from 255 or 35.79% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB5F3 is #004A0C. Grayscale: #D2D2D2. Windows color (decimal): -18957 or 15971839. OLE color: 15971839.

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

Color convert

RGB 255 181 243 -
CMYK 0 0.29 0.05 0
HSL 309.73º 1% 0.85% -
HSV(B) 309.73º 0.29% 1% -
XYZ 73.94 60.78 92.63 -
YUV 210.19 146.52 159.96 -
System Red Green Blue C M Y K H S L
Decimal 255 181 243 0 0.29 0.05 0 309.73 1 0.85
Hex FF B5 F3 0 1D 5 0 136 64 55
Octal 377 265 363 0 35 5 0 466 144 125
Binary 11111111 10110101 11110011 0 11101 101 0 100110110 1100100 1010101

Color Harmonies of #FFB5F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB5F3

Black with #FFB5F3

Text Example


Text Example

White with #FFB5F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB5F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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