Html Css Color HEX #FBBDF8 Lavender Rose

📋 copy color: '#FBBDF8'

red 251 ◦ green 189 ◦ blue 248

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

Shades of Lavender Rose #FBBDF8

Tints of Lavender Rose #FBBDF8

RGB

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

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

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

R = 36.48%
G = 27.47%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FBBDF8 (or 0xFBBDF8) is known color: Lavender Rose. HEX triplet: FB, BD and F8. RGB value is (251,189,248). Sum of RGB (Red+Green+Blue) = 251+189+248=688 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.48% from 688); Green value is 189 (74.22% from 255 or 27.47% from 688); Blue value is 248 (97.27% from 255 or 36.05% from 688); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBDF8 is #044207. Grayscale: #D6D6D6. Windows color (decimal): -279048 or 16301563. OLE color: 16301563.

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

Color convert

RGB 251 189 248 -
CMYK 0 0.25 0.01 0.02
HSL 302.9º 0.89% 0.86% -
HSV(B) 302.9º 0.25% 0.98% -
XYZ 74.92 63.68 97.15 -
YUV 214.26 147.04 154.2 -
System Red Green Blue C M Y K H S L
Decimal 251 189 248 0 0.25 0.01 0.02 302.9 0.89 0.86
Hex FB BD F8 0 19 1 2 12F 59 56
Octal 373 275 370 0 31 1 2 457 131 126
Binary 11111011 10111101 11111000 0 11001 1 10 100101111 1011001 1010110

Color Harmonies of #FBBDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBDF8

Black with #FBBDF8

Text Example


Text Example

White with #FBBDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBDF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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