Html Css Color HEX #FBBDF1 Lavender Rose

📋 copy color: '#FBBDF1'

red 251 ◦ green 189 ◦ blue 241

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

Shades of Lavender Rose #FBBDF1

Tints of Lavender Rose #FBBDF1

RGB

 RED value IS 251 (98.44% from 255) = 36.86%

 GREEN value IS 189 (74.22% from 255) = 27.75%

 BLUE value IS 241 (94.53% from 255) = 35.39%

R = 36.86%
G = 27.75%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FBBDF1 (or 0xFBBDF1) is known color: Lavender Rose. HEX triplet: FB, BD and F1. RGB value is (251,189,241). Sum of RGB (Red+Green+Blue) = 251+189+241=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 189 (74.22% from 255 or 27.75% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBDF1 is #04420E. Grayscale: #D5D5D5. Windows color (decimal): -279055 or 15842811. OLE color: 15842811.

HSL color Cylindrical-coordinate representation of color #FBBDF1: hue angle of 309.68º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBBDF1 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 189 241 -
CMYK 0 0.25 0.04 0.02
HSL 309.68º 0.89% 0.86% -
HSV(B) 309.68º 0.25% 0.98% -
XYZ 73.86 63.26 91.54 -
YUV 213.47 143.54 154.77 -
System Red Green Blue C M Y K H S L
Decimal 251 189 241 0 0.25 0.04 0.02 309.68 0.89 0.86
Hex FB BD F1 0 19 4 2 136 59 56
Octal 373 275 361 0 31 4 2 466 131 126
Binary 11111011 10111101 11110001 0 11001 100 10 100110110 1011001 1010110

Color Harmonies of #FBBDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBDF1

Black with #FBBDF1

Text Example


Text Example

White with #FBBDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBDF1; }

 p { color: rgb(251,189,241); }

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

background-color css

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

 a { background-color: rgb(251,189,241); }

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

border-color css

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

 span { border-color: rgb(251,189,241); }

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