Html Css Color HEX #FBBDF5 Lavender Rose

📋 copy color: '#FBBDF5'

red 251 ◦ green 189 ◦ blue 245

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

Shades of Lavender Rose #FBBDF5

Tints of Lavender Rose #FBBDF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 35.77%

R = 36.64%
G = 27.59%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FBBDF5 (or 0xFBBDF5) is known color: Lavender Rose. HEX triplet: FB, BD and F5. RGB value is (251,189,245). Sum of RGB (Red+Green+Blue) = 251+189+245=685 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.64% from 685); Green value is 189 (74.22% from 255 or 27.59% from 685); Blue value is 245 (96.09% from 255 or 35.77% from 685); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBDF5 is #04420A. Grayscale: #D5D5D5. Windows color (decimal): -279051 or 16104955. OLE color: 16104955.

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

Color convert

RGB 251 189 245 -
CMYK 0 0.25 0.02 0.02
HSL 305.81º 0.89% 0.86% -
HSV(B) 305.81º 0.25% 0.98% -
XYZ 74.46 63.5 94.72 -
YUV 213.92 145.54 154.45 -
System Red Green Blue C M Y K H S L
Decimal 251 189 245 0 0.25 0.02 0.02 305.81 0.89 0.86
Hex FB BD F5 0 19 2 2 132 59 56
Octal 373 275 365 0 31 2 2 462 131 126
Binary 11111011 10111101 11110101 0 11001 10 10 100110010 1011001 1010110

Color Harmonies of #FBBDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBDF5

Black with #FBBDF5

Text Example


Text Example

White with #FBBDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBDF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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