Html Css Color HEX #FBBDF3 Lavender Rose

📋 copy color: '#FBBDF3'

red 251 ◦ green 189 ◦ blue 243

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

Shades of Lavender Rose #FBBDF3

Tints of Lavender Rose #FBBDF3

RGB

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

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

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

R = 36.75%
G = 27.67%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FBBDF3 (or 0xFBBDF3) is known color: Lavender Rose. HEX triplet: FB, BD and F3. RGB value is (251,189,243). Sum of RGB (Red+Green+Blue) = 251+189+243=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 189 (74.22% from 255 or 27.67% from 683); Blue value is 243 (95.31% from 255 or 35.58% from 683); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBDF3 is #04420C. Grayscale: #D5D5D5. Windows color (decimal): -279053 or 15973883. OLE color: 15973883.

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

Color convert

RGB 251 189 243 -
CMYK 0 0.25 0.03 0.02
HSL 307.74º 0.89% 0.86% -
HSV(B) 307.74º 0.25% 0.98% -
XYZ 74.16 63.38 93.12 -
YUV 213.69 144.54 154.61 -
System Red Green Blue C M Y K H S L
Decimal 251 189 243 0 0.25 0.03 0.02 307.74 0.89 0.86
Hex FB BD F3 0 19 3 2 134 59 56
Octal 373 275 363 0 31 3 2 464 131 126
Binary 11111011 10111101 11110011 0 11001 11 10 100110100 1011001 1010110

Color Harmonies of #FBBDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBDF3

Black with #FBBDF3

Text Example


Text Example

White with #FBBDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBDF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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